From 20396454412e4b2182d3a021b816a73107da1c4c 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f71f295..73885c7 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,9 @@ "bugs": { "url": "https://github.com/MorrisJobke/strengthify/issues" }, - "homepage": "https://github.com/MorrisJobke/strengthify#readme" + "homepage": "https://github.com/MorrisJobke/strengthify#readme", + "engines": { + "node": "^24.0.0", + "npm": "^11.3.0" + } }