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