From 616f91d14de9af534089de36b3ad4ef4a481fe75 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 31 Jul 2025 12:33:32 +0200 Subject: [PATCH] chore: update node and npm version - Adjust versions to align with our standards - Fixes flakyness of dependabot Signed-off-by: Ferdinand Thiessen --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddcf032f71663..415c8a9053d06 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 3b03a2ca35516..0d50c69c804e9 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"