Minor Changes
-
24113e0Thanks @MohamedH1998! - Clear the Node and pnpm version gates that broke a fresh scaffold- Node floor raised to
>=22.12.0. Astro requires Node ≥ 22.12; the old
>=20.0.0promise was a floor a scaffolded site could not actually build on
(Node 20 is EOL and failsastro buildwithNode.js v20.x is not supported by Astro!). CI now runs Node 24 everywhere. pnpm installno longer hard-fails under modern pnpm. pnpm ≥ 10 gates
dependency install scripts and pnpm ≥ 11 turns an ignored build into a hard
error (ERR_PNPM_IGNORED_BUILDS, exit 1). Scaffolded projects now ship a
pnpm-workspace.yamlthat declines exactly the packages with install scripts
—esbuildandsharp(plusworkerdon the Cloudflare target, which pulls
wrangler) — never a blanket approval. All three ship working prebuilds, so
the site still builds while the supply-chain surface stays minimal. Verified
green on pnpm 9, 10, 11, and npm.
- Node floor raised to