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 add386f commit 05d1ddbCopy full SHA for 05d1ddb
.github/actions/setup/action.yml
@@ -6,7 +6,7 @@ runs:
6
7
steps:
8
- name: Setup Node.js environment
9
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
10
with:
11
node-version: 22
12
registry-url: 'https://registry.npmjs.org'
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
fetch-depth: 0
23
24
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
25
26
node-version: 18.x
27
0 commit comments