Skip to content

Commit 67f4c34

Browse files
committed
Node v25 has been released -- new nightly is v26
Signed-off-by: Roland Asmann <[email protected]>
1 parent fbceb2b commit 67f4c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-nodejs-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install latest Node.js
2929
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3030
with:
31-
node-version: 25-nightly
31+
node-version: 26-nightly
3232
- name: Test
3333
run: |
3434
pnpm install --config.strict-dep-builds=true

0 commit comments

Comments
 (0)