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 9a7852c commit 4c76384Copy full SHA for 4c76384
.github/workflows/release-npm.yaml
@@ -11,7 +11,7 @@ jobs:
11
environment: Release
12
steps:
13
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
15
with:
16
node-version: '22'
17
cache: 'npm'
.github/workflows/test-javascript.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: git config --global core.autocrlf input
35
36
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
38
39
node-version: ${{ matrix.node-version }}
40
0 commit comments