Testing stackblitz compat

This commit is contained in:
Matthew Phillips 2023-08-17 14:38:43 -04:00
parent bbf0b7470b
commit 7ce73e579d
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Stackblitz compat

View file

@ -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 *` */