1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-08-31 12:41:23 +00:00

build: update node and npm engines versions

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Nextcloud bot 2025-08-25 12:49:52 +00:00 committed by nextcloud-command
parent db541082c1
commit 3339db8b1b

View File

@ -8,7 +8,7 @@
}, },
"dependencies": [], "dependencies": [],
"engines": { "engines": {
"node": "^20.0.0", "node": "^22.0.0",
"npm": "^10.0.0" "npm": "^10.5.0"
} }
} }