Skip to content

Commit

Permalink
Make Node version more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed May 22, 2024
1 parent 47e47d9 commit 8c00e0f
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 @@ -25,7 +25,7 @@
"test": "jest"
},
"engines": {
"node": "20.x.x"
"node": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down

0 comments on commit 8c00e0f

Please sign in to comment.