Skip to content

Commit

Permalink
chore: pin Node.js test to 22.4 to avoid npm failures
Browse files Browse the repository at this point in the history
There's a bug in Node.js 22.5.0 that causes the npm installation step to
fail. Pin testing to 22.4 until a fix comes out.
  • Loading branch information
Trott committed Jul 18, 2024
1 parent 8567a8f commit e6f408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node:
- 18
- 20
- 22
- 22.4

steps:
- name: Clone repository
Expand Down

0 comments on commit e6f408a

Please sign in to comment.