Skip to content

Commit 1ca000a

Browse files
gynekologrobrechtme
authored andcommitted
chore: remove Node.js version range, set minimum to ">=14.x" in package.json
1 parent 9a216a7 commit 1ca000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"loco-cli": "./dist/cli.js"
1515
},
1616
"engines": {
17-
"node": "14.x || 16.x || 18.x || 20.x"
17+
"node": ">=14.x"
1818
},
1919
"scripts": {
2020
"build": "tsc",

0 commit comments

Comments
 (0)