mirror of
https://github.com/actions/setup-node.git
synced 2025-10-05 23:57:49 +00:00
chore: update Node.js versions in versions.yml
This commit is contained in:
parent
1b58234614
commit
6b226b8717
4
.github/workflows/versions.yml
vendored
4
.github/workflows/versions.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
node-version: [20-nightly, 21-nightly, 24.0.0-nightly]
|
||||
node-version: [20-nightly, 25-nightly, 24.0.0-nightly]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup Node
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
node-version: [20.0.0-rc.1, 24.0.0-rc.4, 19.0.0-rc.0]
|
||||
node-version: [20.0.0-rc.1, 24.0.0-rc.4, 25.0.0-rc.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup Node
|
||||
|
Loading…
Reference in New Issue
Block a user