Skip to content

Commit

Permalink
fix(cli): hardcoded supported Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 10, 2024
1 parent cdd0c7c commit f0c79b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/astro.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 = '>=18.17.1';
const skipSemverCheckIfAbove = 19;

/** `astro *` */
Expand Down

0 comments on commit f0c79b8

Please sign in to comment.