Skip to content

Commit

Permalink
Remove max node engine requirement for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
dansomething committed Jun 20, 2023
1 parent f5e2a64 commit 28bdfd5
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 @@ -28,7 +28,7 @@
},
"engines": {
"coc": ">=0.0.79",
"node": ">=10.0.0 <=19.0.0"
"node": ">=10.0.0"
},
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit 28bdfd5

Please sign in to comment.