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
chore: upgrade Node.js version from 20 to 22 across project files
- Updated .node-version and .nvmrc to reflect Node.js version 22
- Modified CLOUDFLARE_SETUP.md to require Node.js >= 22.0.0
- Changed Dockerfile to use node:22-alpine for all stages
- Updated README.md to specify Node.js (v22 or higher) and npm (v10 or higher) as prerequisites
- Adjusted package-lock.json and package.json to set engines.node to >=22.0.0
- Updated wrangler.toml to set NODE_VERSION to "22"
0 commit comments