Skip to content

Commit

Permalink
ci: Pin Node 22.4.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kriskowal committed Jul 18, 2024
1 parent 3e3b8c6 commit 67aa007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67aa007

Please sign in to comment.