From 9b3f664b71b041c596077e9e578741db4c704b1e Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Fri, 3 Oct 2025 14:07:06 +0530 Subject: [PATCH] chore: update rc Node.js version in versions.yml --- .github/workflows/versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 4b83a127..0290c826 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -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, 25.0.0-rc.0] + node-version: [20.0.0-rc.1, 22.14.0-rc.1, 24.0.0-rc.4] steps: - uses: actions/checkout@v5 - name: Setup Node