1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Update npm and node engines versions (#346)

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud Command Bot 2022-08-18 09:25:47 +02:00 committed by GitHub
parent 77d0e34cd2
commit 2fcd1d5e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,9 @@
"gulp-uglify-es": "^1.0.4",
"gulp-rename": "latest"
},
"dependencies": {}
"dependencies": {},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}