We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203a976 commit f207df1Copy full SHA for f207df1
.github/workflows/build.yml
@@ -48,13 +48,15 @@ jobs:
48
runs-on: ubuntu-latest
49
if: github.ref == 'refs/heads/main'
50
environment: npm
51
- env:
52
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ permissions:
+ id-token: write # Required for OIDC
53
+ contents: read
54
steps:
- - uses: actions/checkout@v2
55
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
56
- uses: actions/download-artifact@v4
57
- uses: actions/setup-node@v3
58
with:
59
+ node-version: '24'
60
registry-url: 'https://registry.npmjs.org'
61
- run: npm install
62
- id: pkg
0 commit comments