Skip to content

Commit

Permalink
Require nodejs < 22
Browse files Browse the repository at this point in the history
TypeScript is segfaulting on Nodejs 22.
  • Loading branch information
lpsinger committed May 13, 2024
1 parent 2c09b99 commit 2704f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"unist-util-remove-position": "^5.0.0"
},
"engines": {
"node": ">=18"
"node": ">=18 <22"
},
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 2704f15

Please sign in to comment.