Skip to content

Commit

Permalink
fix: Minumum node.js requirement is now version 8.x #229
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 22, 2024
1 parent 73b33bf commit 20e28a9
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 @@ -56,7 +56,7 @@
"src"
],
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"jest": {
"transformIgnorePatterns": [
Expand Down

0 comments on commit 20e28a9

Please sign in to comment.