We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c8b55 commit 033530dCopy full SHA for 033530d
.github/workflows/nightly.yml
@@ -13,23 +13,23 @@ jobs:
13
if: github.repository == 'nodejs/undici'
14
uses: ./.github/workflows/test.yml
15
with:
16
- node-version: 22-nightly
+ node-version: 23-nightly
17
runs-on: ubuntu-latest
18
secrets: inherit
19
20
test-windows:
21
22
23
24
25
runs-on: windows-latest
26
27
28
test-macos:
29
30
31
32
33
runs-on: macos-latest
34
35
0 commit comments