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 f8831e1 commit 786c6e9Copy full SHA for 786c6e9
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.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
30
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
31
32
node-version: ${{ matrix.node-version }}
33
cache: 'npm'
0 commit comments