From eed8d35bf1a76d4e8a690c4e1e292666b4f67057 Mon Sep 17 00:00:00 2001 From: Matthew Jorgensen Date: Sun, 22 Feb 2026 11:38:53 -0600 Subject: [PATCH] Use node 24.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2afc400a7..2d0b2a62f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "type": "module", "engines": { - "node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0" + "node": "24.x" }, "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'",