summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-17 07:09:46 +0100
committerJoe Carstairs <me@joeac.net>2025-07-17 07:09:46 +0100
commit65955287d540df1770d478c44b7a90a8a1370062 (patch)
tree8fe2b81df5e07215c2e943cfe4db21bc2e14e7dc
parenta416336039e8ce126a4362af9d6d151be4f3640c (diff)
node: ^22.14.0
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
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",