From ec7ff812c1b8e4c8f34901da900f9c933b6dfe2a Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:28:09 -0700 Subject: [PATCH] Unpin Node 22 now that 22.5.1 is out (#59359) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 068979c4898..3d2350a1a1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - windows-latest - macos-14 node-version: - - '22.4.x' + - '22' - '20' - '18' - '16'