From 650de7c3d2aba345c768ef6b891a1574777ca7a8 Mon Sep 17 00:00:00 2001 From: Flavio Wuensche Date: Mon, 20 Apr 2026 17:38:23 +0200 Subject: [PATCH] Pin Node engine to 20.x in package.json Co-Authored-By: Claude Opus 4.7 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a1459de4..d63d446a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "type": "module", "version": "0.0.0", "private": true, + "engines": { + "node": "20.x" + }, "scripts": { "build": "vite build --outDir public" },