Skip to content

Commit 033530d

Browse files
authored
ci: node nightly test should use node 23 (#3248)
1 parent 38c8b55 commit 033530d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313
if: github.repository == 'nodejs/undici'
1414
uses: ./.github/workflows/test.yml
1515
with:
16-
node-version: 22-nightly
16+
node-version: 23-nightly
1717
runs-on: ubuntu-latest
1818
secrets: inherit
1919

2020
test-windows:
2121
if: github.repository == 'nodejs/undici'
2222
uses: ./.github/workflows/test.yml
2323
with:
24-
node-version: 22-nightly
24+
node-version: 23-nightly
2525
runs-on: windows-latest
2626
secrets: inherit
2727

2828
test-macos:
2929
if: github.repository == 'nodejs/undici'
3030
uses: ./.github/workflows/test.yml
3131
with:
32-
node-version: 22-nightly
32+
node-version: 23-nightly
3333
runs-on: macos-latest
3434
secrets: inherit
3535

0 commit comments

Comments
 (0)