1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

Update npm and node engines versions (#355)

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Nextcloud Command Bot
2024-03-08 22:40:43 +01:00
committed by GitHub
parent e86d1c0dee
commit 1a7242b468
+1 -1
View File
@@ -9,6 +9,6 @@
"dependencies": [],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
}
}