Skip to content

Commit

Permalink
ci: node nightly test should use node 23 (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 12, 2024
1 parent 38c8b55 commit 033530d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Expand Up @@ -13,23 +13,23 @@ jobs:
if: github.repository == 'nodejs/undici'
uses: ./.github/workflows/test.yml
with:
node-version: 22-nightly
node-version: 23-nightly
runs-on: ubuntu-latest
secrets: inherit

test-windows:
if: github.repository == 'nodejs/undici'
uses: ./.github/workflows/test.yml
with:
node-version: 22-nightly
node-version: 23-nightly
runs-on: windows-latest
secrets: inherit

test-macos:
if: github.repository == 'nodejs/undici'
uses: ./.github/workflows/test.yml
with:
node-version: 22-nightly
node-version: 23-nightly
runs-on: macos-latest
secrets: inherit

Expand Down

0 comments on commit 033530d

Please sign in to comment.