From 1d877e00d8755ea48fff25309c390709fa3db9ac Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 5 Nov 2025 18:15:29 +0000 Subject: [PATCH] build: update node and npm engines versions Signed-off-by: nextcloud-command --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4726d188..b563fef2 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,9 @@ "karma-requirejs": "^1.1.0", "karma-verbose-reporter": "0.0.3", "requirejs": "^2.3.2" + }, + "engines": { + "node": "^24.0.0", + "npm": "^11.3.0" } }