Compare commits

...

1 commit

Author SHA1 Message Date
Matthew Phillips
7ce73e579d Testing stackblitz compat 2023-08-17 14:38:43 -04:00
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 *` */