Skip to content

Commit

Permalink
ci: Pin Node 22.4.1 (#2366)
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)
```

Pinning to 22.4.1 unblocks CI.

We should revisit reverting this with the next Node.js release.
  • Loading branch information
kriskowal authored Jul 18, 2024
2 parents 3e3b8c6 + 67aa007 commit 2d5c74f
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 2d5c74f

Please sign in to comment.