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

chore: update node engines to next LTS (node 20 / npm 9) (#354)

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
Nextcloud Command Bot 2023-06-22 17:09:39 +02:00 committed by GitHub
parent 09118bbafa
commit 4af2d4371e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +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"
"node": "^20.0.0",
"npm": "^9.0.0"
}
}