Skip to content

Commit 3be6481

Browse files
ci: pin Node.js 22 version
Related: nodejs/node#59364
1 parent be13cca commit 3be6481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version:
2323
- 18
2424
- 20
25-
- 22
25+
- 22.17.1 # experimental TS type striping in 22.18.0 breaks the build
2626

2727
services:
2828
redis:

0 commit comments

Comments
 (0)