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 fbceb2b commit 67f4c34Copy full SHA for 67f4c34
.github/workflows/test-nodejs-nightly.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install latest Node.js
29
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
30
with:
31
- node-version: 25-nightly
+ node-version: 26-nightly
32
- name: Test
33
run: |
34
pnpm install --config.strict-dep-builds=true
0 commit comments