From acbb03c4f5db8d5b977ed28139bb892350e990b5 Mon Sep 17 00:00:00 2001 From: Maximilian Stubhan Date: Thu, 30 Jul 2026 18:37:44 +0200 Subject: [PATCH] Record the supported Node range in the lockfile package.json declares engines: node >=22 <25; npm writes that into the lockfile on the next install. Committing it keeps a fresh clone from producing a diff on the first npm ci. Co-Authored-By: Claude Opus 5 --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index bde5e90..4f7b62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,9 @@ "tailwindcss": "^4.3.3", "typescript": "^5.9.3", "vitest": "^4.1.10" + }, + "engines": { + "node": ">=22 <25" } }, "node_modules/@adobe/css-tools": {