Released2 changes

Version 0.3.6

Changed

  • Node.js baseline bumped >=20.0.0 → >=22.0.0.Node 20 reached end-of-life on 2026-04-30; the current LTS is 22. Prompted by a Cloudflare Pages build warning that flagged node-v20.20.0-linux-x64 as unsupported. Touches package.json (engines field) and README.md (the "Run locally" section's Node requirement).

Notes

  • Cloudflare Pages NODE_VERSION env varshould be set to 22 in the Pages project settings — this is a Cloudflare-side configuration, not tracked in the repo. Without it, Cloudflare falls back to a default Node that's older than the engines floor.