From 6b226b8717f5a95a76ca0d683c6a81a027be6f24 Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Fri, 3 Oct 2025 13:59:27 +0530 Subject: [PATCH] chore: update Node.js versions in versions.yml --- .github/workflows/versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index ee42e38e..4b83a127 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -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