diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-17 07:09:46 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-17 07:09:46 +0100 |
| commit | 65955287d540df1770d478c44b7a90a8a1370062 (patch) | |
| tree | 8fe2b81df5e07215c2e943cfe4db21bc2e14e7dc | |
| parent | a416336039e8ce126a4362af9d6d151be4f3640c (diff) | |
node: ^22.14.0
| -rw-r--r-- | package.json | 3 |
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", |
