Skip to content

Commit

Permalink
fix: remove Node top version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Apr 9, 2024
1 parent 7760f2f commit 3fda478
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 @@ -37,7 +37,7 @@
},
"engine-strict": true,
"engines": {
"node": ">=18.17 <21"
"node": ">=18.17"
},
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 3fda478

Please sign in to comment.