We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9379d commit 6a91ff2Copy full SHA for 6a91ff2
.github/workflows/release.yml
@@ -10,11 +10,12 @@ jobs:
10
contents: read
11
id-token: write
12
steps:
13
- - uses: actions/checkout@v4
14
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
15
with:
16
- node-version: "20"
+ node-version: "22"
17
registry-url: 'https://registry.npmjs.org'
18
+ - run: npm install -g npm@latest
19
- run: npm ci
20
- run: npm test
21
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
0 commit comments