From 505f28f1a5bf5b8ad65a1b7f333c98671a331996 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 23 Jul 2024 15:24:40 +0000 Subject: [PATCH] Revert "chore: Pin node.js v22 to v22.4.1 in CI (#8393)" (#8398) This reverts commit 1e3d3fde1c3e5e668a5840579e07bb8fcfb83b25. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 585a26c2d..c4ab688f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,7 @@ jobs: # TODO (#2114): re-enable osx build. # os: [ubuntu-latest, macos-latest] os: [ubuntu-latest] - # TODO(#8392): unpin v22 once npm issue fixed. - node-version: [18.x, 20.x, 22.4.1] + node-version: [18.x, 20.x, 22.x] # See supported Node.js release schedule at # https://nodejs.org/en/about/releases/