File tree Expand file tree Collapse file tree 12 files changed +25
-11
lines changed
Expand file tree Collapse file tree 12 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @astrojs/markdoc ' : patch
3+ ' @astrojs/preact ' : patch
4+ ' @astrojs/svelte ' : patch
5+ ' @astrojs/react ' : patch
6+ ' @astrojs/solid-js ' : patch
7+ ' @astrojs/mdx ' : patch
8+ ' create-astro ' : patch
9+ ' @astrojs/prism ' : patch
10+ ' @astrojs/upgrade ' : patch
11+ ' astro ' : patch
12+ ---
13+
14+ Lower the Node version requirement to allow running on Stackblitz until it supports v22
Original file line number Diff line number Diff line change 3939 "astro-scripts" : " workspace:*"
4040 },
4141 "engines" : {
42- "node" : " ^20.19.5 || >=22.12.0"
42+ "node" : " ^20.19.1 || >=22.12.0"
4343 }
4444}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const CI_INSTRUCTIONS = {
1212const IS_STACKBLITZ = ! ! process . versions . webcontainer ;
1313
1414// Hardcode supported Node.js version so we don't have to read differently in CJS & ESM.
15- const engines = IS_STACKBLITZ ? '>=20.19.5 ' : '>=22.12.0' ;
15+ const engines = IS_STACKBLITZ ? '>=20.19.1 ' : '>=22.12.0' ;
1616const skipSemverCheckIfAbove = IS_STACKBLITZ ? 21 : 23 ;
1717
1818/** `astro *` */
Original file line number Diff line number Diff line change 213213 "vitest" : " ^3.2.4"
214214 },
215215 "engines" : {
216- "node" : " ^20.19.5 || >=22.12.0" ,
216+ "node" : " ^20.19.1 || >=22.12.0" ,
217217 "npm" : " >=9.6.5" ,
218218 "pnpm" : " >=7.1.0"
219219 },
Original file line number Diff line number Diff line change 3939 "astro-scripts" : " workspace:*"
4040 },
4141 "engines" : {
42- "node" : " ^20.19.5 || >=22.12.0"
42+ "node" : " ^20.19.1 || >=22.12.0"
4343 },
4444 "publishConfig" : {
4545 "provenance" : true
Original file line number Diff line number Diff line change 8282 "vite" : " ^7.1.7"
8383 },
8484 "engines" : {
85- "node" : " ^20.19.5 || >=22.12.0"
85+ "node" : " ^20.19.1 || >=22.12.0"
8686 },
8787 "publishConfig" : {
8888 "provenance" : true
Original file line number Diff line number Diff line change 7272 "vite" : " ^7.1.7"
7373 },
7474 "engines" : {
75- "node" : " ^20.19.5 || >=22.12.0"
75+ "node" : " ^20.19.1 || >=22.12.0"
7676 },
7777 "publishConfig" : {
7878 "provenance" : true
Original file line number Diff line number Diff line change 4949 "preact" : " ^10.6.5"
5050 },
5151 "engines" : {
52- "node" : " ^20.19.5 || >=22.12.0"
52+ "node" : " ^20.19.1 || >=22.12.0"
5353 },
5454 "publishConfig" : {
5555 "provenance" : true
Original file line number Diff line number Diff line change 5959 "react-dom" : " ^17.0.2 || ^18.0.0 || ^19.0.0"
6060 },
6161 "engines" : {
62- "node" : " ^20.19.5 || >=22.12.0"
62+ "node" : " ^20.19.1 || >=22.12.0"
6363 },
6464 "publishConfig" : {
6565 "provenance" : true
Original file line number Diff line number Diff line change 5252 }
5353 },
5454 "engines" : {
55- "node" : " ^20.19.5 || >=22.12.0"
55+ "node" : " ^20.19.1 || >=22.12.0"
5656 },
5757 "publishConfig" : {
5858 "provenance" : true
You can’t perform that action at this time.
0 commit comments