Skip to content

Commit

Permalink
Require node <22 due to segfault in v8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 14, 2024
1 parent 016efc6 commit 8ea3509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
"node": ">=18 <22"
},
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 8ea3509

Please sign in to comment.