We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165c648 commit 78cc022Copy full SHA for 78cc022
1 file changed
.github/workflows/npmpublish.yml
@@ -4,14 +4,18 @@ on:
4
release:
5
types: [published]
6
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4.3.1
16
- uses: actions/setup-node@v6.4.0
17
with:
- node-version: 20
18
+ node-version: 20.20.2
19
- run: npm ci
20
- run: npm test
21
@@ -22,9 +26,8 @@ jobs:
22
26
23
27
24
28
25
29
+ node-version: 24.15.0
30
registry-url: https://registry.npmjs.org/
31
+ package-manager-cache: false
32
33
- run: npm publish
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments