Skip to content

Commit

Permalink
chore: remove Node.js version range, set minimum to ">=14.x" in packa…
Browse files Browse the repository at this point in the history
…ge.json
  • Loading branch information
gynekolog authored and robrechtme committed Nov 13, 2024
1 parent 9a216a7 commit 1ca000a
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 @@ -14,7 +14,7 @@
"loco-cli": "./dist/cli.js"
},
"engines": {
"node": "14.x || 16.x || 18.x || 20.x"
"node": ">=14.x"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 1ca000a

Please sign in to comment.