build/fix: use safer engines declaration

pull/244/head
Josh Moore 7 months ago
parent 1f7108f0ee
commit 30346a0e8c

4
package-lock.json generated

@ -52,8 +52,8 @@
"@types/tailwindcss": "^3.1.0"
},
"engines": {
"node": ">=20.8.0",
"npm": ">=10.1.0"
"node": "^20",
"npm": "^10"
}
},
"node_modules/@alloc/quick-lru": {

@ -4,8 +4,8 @@
"description": "The simple self-hosted ShareX server",
"main": "dist-backend/app.js",
"engines": {
"node": ">=20.8.0",
"npm": ">=10.1.0"
"node": "^20",
"npm": "^10"
},
"scripts": {
"dev": "npm run build && npm start",

Loading…
Cancel
Save