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 59e170b commit c359dcbCopy full SHA for c359dcb
.github/workflows/js-examples.yml
@@ -46,12 +46,12 @@ jobs:
46
run: Xvfb :99 &
47
- name: Setup Node Stable
48
if: matrix.release == 'stable'
49
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
50
with:
51
node-version: '22.x'
52
- name: Setup Node Nightly
53
if: matrix.release == 'nightly'
54
55
56
57
registry-url: 'https://npm.pkg.github.com'
.github/workflows/link-check.yml
@@ -29,7 +29,7 @@ jobs:
29
extended: true
30
31
- name: Setup Node
32
33
34
node-version: '22.20.0'
35
cache: 'npm'
0 commit comments