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 bd620c1 commit e92a6c0Copy full SHA for e92a6c0
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: [20, 22, 24]
28
steps:
29
- name: Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
31
with:
32
node-version: ${{ matrix.node-version }}
33
- name: Update npm
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
pull-requests: write
19
20
- name: Set up Node.js
21
22
23
node-version: 24.11.1
24
0 commit comments