Add minimum required version of node to package.json.
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
"build-platform-cli": "component-build",
|
||||
"dev-js": "NODE_ENV=development rollup --config rollup.config.js --watch"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.17.3"
|
||||
},
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user