You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Build
Declared Node engine floor aligned to the real requirement: package.jsonengines.node tightened >=22.0.0 → >=22.12.0, and the README "Develop" note now reads "Node 22.12+", matching the floor imposed by Astro 6 and @astrojs/mdx 6 (both declare node >=22.12.0).
No runtime or build-output change — .nvmrc already resolves a compliant Node 22.x, so CI was unaffected; this only makes the declared range honest. No redeploy needed.