2023-12-24
Upgrade Next.js to 14
Upgraded Next.js from 13 to 14. Below are two changes I made.
The minimum Node.js version has been bumped from 16.14 to 18.17
Changed Cloudflare default Node.js version to my current local version of 20.9.0.
Cloudflare: Workers & Pages -> [blog] -> Settings -> Environment variables
The next export command is deprecated in favor of output: 'export'
Removed "next export" from build command.
Cloudflare: Workers & Pages -> [blog] -> Settings -> Build & deployments
Things previously done when upgrading to 13 that is also required in 14: