From 67aa0078de00fcca87e2b3ea3cb642e30b229e16 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Thu, 18 Jul 2024 12:27:35 -0700 Subject: [PATCH] ci: Pin Node 22.4.1 Node.js 22.5.0 regressed CI with error: Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation) --- .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 5c7d3b2195..7a9fe9bdfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.4.1] platform: [ubuntu-latest] # windows-latest exhibited flakey tests that are not yet worth the # trouble to investigate, and blocked us from upgrading yarn from 1 to