[Node.js] Upgrading from Node 20 to 24 in a Dockerized Next.js App
6 min readWhat broke when upgrading Node.js from 20 to 24 in a production Next.js app running in Docker, and how I fixed each issue — npm@11 breaking changes, ignore-scripts, git auth in multi-stage builds.