From 65955287d540df1770d478c44b7a90a8a1370062 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 17 Jul 2025 07:09:46 +0100 Subject: [PATCH] node: ^22.14.0 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ede1e82..7f02440 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "preview": "cd cd website && webiste && astro preview", "astro": "cd website && astro" }, + "engines": { + "node": "^22.14.0" + }, "dependencies": { "@astrojs/mdx": "^4.3.0", "@astrojs/rss": "^4.0.10",