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 4b7f4e9 commit 9104cd7Copy full SHA for 9104cd7
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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
23
24
node-version: '24.x'
25
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
35
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
36
37
node-version: ${{ matrix.node-version }}
38
cache: "npm"
0 commit comments