Last updated 3/20/2024
- Update the version in several places:
package.json
:engines
fieldpackages/client/package.json
:engines
fieldpackages/server/package.json
:engines
fieldpackages/e2e/package.json
:engines
field.nvmrc
(.node-version
symlinks to this)docker/Dockerfile
:FROM node:version as app_base
andFROM cypress/base:version as e2e
docker/production-api.Dockerfile
:FROM node:version as app_base
-
Run
yarn install
at the root of the project. -
Fixup any breakages with yarn install, unit tests, manual testing of the app