build: set minimum engines (Node 20 will be LTS in about a week)

pull/243/head
Josh Moore 8 months ago
parent 10f4114fc0
commit 7f3a86a790

4
package-lock.json generated

@ -55,6 +55,10 @@
"@types/sharp": "^0.32.0",
"@types/tailwindcss": "^3.1.0",
"@types/uuid": "^8.3.1"
},
"engines": {
"node": ">=20.8.0",
"npm": ">=10.1.0"
}
},
"node_modules/@alloc/quick-lru": {

@ -3,6 +3,10 @@
"version": "0.15.0-indev",
"description": "The simple self-hosted ShareX server",
"main": "dist-backend/app.js",
"engines": {
"node": ">=20.8.0",
"npm": ">=10.1.0"
},
"scripts": {
"dev": "npm run build && npm start",
"build": "rm -dr dist-*/ & npm run build:backend && npm run build:frontend",

Loading…
Cancel
Save