Testing stackblitz compat
This commit is contained in:
parent
bbf0b7470b
commit
7ce73e579d
2 changed files with 6 additions and 1 deletions
5
.changeset/three-bugs-melt.md
Normal file
5
.changeset/three-bugs-melt.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Stackblitz compat
|
|
@ -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 *` */
|
||||
|
|
Loading…
Reference in a new issue