Nodejs update checklist - rubyforgood/casa GitHub Wiki

  • Update all the installation instructions in README.md and doc/ directory
  • Update version name in .nvmrc
  • Update version number in .devcontainer/devcontainer.json
  • Update the version number in Dockerfile on the line that looks like FROM node:24-alpine AS node-source
  • Update version numbers in .tool-versions
  • Update the engine version in package.json
  • Update node locally and rebuild css and js
  • Verify the site works