1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,6 @@
"dependencies": [],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
}
}