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 be17879 commit a2e38a0Copy full SHA for a2e38a0
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
git lfs install
17
18
- name: Use Node.js 22.11.0
19
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v6.0.0
20
with:
21
node-version: 22.11.0
22
registry-url: https://npm.pkg.github.com/
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
git config user.email [email protected]
69
70
# SETUP NODE
71
- - uses: actions/setup-node@v4.0.2
+ - uses: actions/setup-node@v6.0.0
72
73
74
0 commit comments