Skip to content

Commit 2e3ae6d

Browse files
committed
chore: pin Node.js test to 22.4 to avoid npm failures
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.
1 parent 8567a8f commit 2e3ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node:
2121
- 18
2222
- 20
23-
- 22
23+
- 22.4
2424

2525
steps:
2626
- name: Clone repository

0 commit comments

Comments
 (0)