diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-21 12:47:16 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-21 12:47:16 +0200 |
commit | f5120fb497c94dc00844db75b3a360606190ec20 (patch) | |
tree | deb018e013625e475b6eb2ea91c11c8432a9bc66 /package.json | |
parent | 32bbe3db810bb10bde956b1030fb85d5aae16e4c (diff) | |
download | nextcloud-server-f5120fb497c94dc00844db75b3a360606190ec20.tar.gz nextcloud-server-f5120fb497c94dc00844db75b3a360606190ec20.zip |
chore: update node engines to next LTS (node 20 / npm 9)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 78367496da8..632ee14b39e 100644 --- a/package.json +++ b/package.json @@ -187,8 +187,8 @@ "extends @nextcloud/browserslist-config" ], "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" }, "overrides": { "colors": "1.4.0" |