From 7ce73e579d4c300a58c2037ea8620c661705d26c Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 17 Aug 2023 14:38:43 -0400 Subject: [PATCH] Testing stackblitz compat --- .changeset/three-bugs-melt.md | 5 +++++ packages/astro/astro.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/three-bugs-melt.md diff --git a/.changeset/three-bugs-melt.md b/.changeset/three-bugs-melt.md new file mode 100644 index 000000000..ee8ad2d16 --- /dev/null +++ b/.changeset/three-bugs-melt.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Stackblitz compat diff --git a/packages/astro/astro.js b/packages/astro/astro.js index 631a7b9c8..6f84e7e37 100755 --- a/packages/astro/astro.js +++ b/packages/astro/astro.js @@ -13,7 +13,7 @@ const CI_INSTRUCTIONS = { }; // Hardcode supported Node.js version so we don't have to read differently in CJS & ESM. -const engines = '>=18.14.1'; +const engines = '>=16.0.0'; const skipSemverCheckIfAbove = 19; /** `astro *` */