chore: update Node.js versions in versions.yml

This commit is contained in:
Priyagupta108 2025-10-03 13:59:27 +05:30
parent 1b58234614
commit 6b226b8717

View File

@ -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