1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-11-09 06:48: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-11-05 18:15:27 +00:00 committed by nextcloud-command
parent cd9e52a5e9
commit 51f9a51ab1

View File

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