Last updated 8/22/2022
- Update the version in several places:
package.json
:engines
fieldpackages/client/package.json
:engines
fieldpackages/server/package.json
:engines
field.nvmrc
(.node-version
symlinks to this).github/workflows/ci.yaml
:node-version
field underInstall Node.js
build stepREADME.md
: instructions for setting up dev environment
-
npx lerna bootstrap
to rerunyarn install
in both packages -
Fixup any breakages with yarn install, unit tests, manual testing of the app