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

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-06-21 10:32:13 +02:00
parent 0d1abfa234
commit 1d52cfb366
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -32,8 +32,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^20.0.0",
"npm": "^9.0.0"
},
"dependencies": {
"@nextcloud/auth": "^1.3.0",