diff options
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index ddcf032f716..415c8a9053d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -161,8 +161,8 @@ "workbox-webpack-plugin": "^7.3.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^22.0.0", + "npm": "^10.5.0" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 3b03a2ca355..0d50c69c804 100644 --- a/package.json +++ b/package.json @@ -195,8 +195,8 @@ "extends @nextcloud/browserslist-config" ], "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^22.0.0", + "npm": "^10.5.0" }, "overrides": { "colors": "1.4.0" |