From 30c33f040941864b3c6218f9d78edc967807ee90 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Thu, 27 Feb 2025 18:39:11 +0530 Subject: [PATCH] version update to fix check failures --- .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 cc1b683d..b51ba8b5 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.11.0-nightly, 21-nightly, 18.0.0-nightly] + node-version: [20-nightly, 21-nightly, 18.0.0-nightly] steps: - uses: actions/checkout@v4 - name: Setup Node