summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-26 08:34:09 +0200
committerGitHub <noreply@github.com>2022-08-26 08:34:09 +0200
commit3f78f60209229512df7079d543a1bf6234edf74e (patch)
treede386458bd5bfe7d4f9fce90379210046ec52f4a /package.json
parent14260fb6a712b83b059f7358f57e65a90a657f36 (diff)
parent03a8441921945bd236a5bd33fe0454ceeeac9fe2 (diff)
Merge pull request #1151 from nextcloud/feat/package-node-npm-engines-update
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0f597eeb..9437510e 100644
--- a/package.json
+++ b/package.json
@@ -64,8 +64,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": "^14.0.0",
- "npm": "^7.0.0"
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",