Make Node & NPM versions in package.json slightly more permissive to avoid warning

Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
Christina Ying Wang 2023-10-09 12:51:28 -07:00
parent f3f854af21
commit b096cb6328

View File

@ -40,8 +40,8 @@
"systeminformation": "^5.6.10"
},
"engines": {
"node": ">=18.18.0",
"npm": ">=9.8.1"
"node": "^18.18.0",
"npm": "^9.8.1"
},
"devDependencies": {
"@balena/contrato": "^0.6.0",