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 786c6e9 commit 52cf7f9Copy full SHA for 52cf7f9
2 files changed
.github/workflows/release-npm.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20
with:
21
persist-credentials: false
22
- - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
23
24
node-version: '24.x'
25
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
30
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
31
32
node-version: ${{ matrix.node-version }}
33
cache: 'npm'
0 commit comments