chore: update rc Node.js version in versions.yml

This commit is contained in:
Priyagupta108 2025-10-03 14:07:06 +05:30
parent 6b226b8717
commit 9b3f664b71

View File

@ -102,7 +102,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-13] os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
node-version: [20.0.0-rc.1, 24.0.0-rc.4, 25.0.0-rc.0] node-version: [20.0.0-rc.1, 22.14.0-rc.1, 24.0.0-rc.4]
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Setup Node - name: Setup Node