summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-21 12:04:35 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-21 12:04:35 +0200
commit81f34caa43327f9fda948f041ff5e7efc91b6cec (patch)
tree979ce62f725f9c9fa18c6c619f267d4898979a6e
parentef19212172600e8c068a0fa3148c72dd06c54a47 (diff)
chore: update node engines to next LTS (node 20 / npm 9)automated/update-engines/default
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 718ab2770..12ca9bdf2 100644
--- a/package.json
+++ b/package.json
@@ -37,8 +37,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"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",