We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d532df1 commit b6fbdaaCopy full SHA for b6fbdaa
.changeset/chatty-teachers-sit.md
@@ -0,0 +1,5 @@
1
+---
2
+"astro": major
3
4
+
5
+The lowest version of Node supported by Astro is now Node v18.17.1 and higher.
packages/astro/astro.js
@@ -12,7 +12,7 @@ const CI_INSTRUCTIONS = {
12
};
13
14
// Hardcode supported Node.js version so we don't have to read differently in CJS & ESM.
15
-const engines = '>=18.14.1';
+const engines = '>=18.17.1';
16
const skipSemverCheckIfAbove = 19;
17
18
/** `astro *` */
0 commit comments