Skip to content

Release 3489

Choose a tag to compare

@github-actions github-actions released this 09 Feb 15:42
b533aaa

Trello card

Context

The Node version used for local development was out of sync (behind) with the Node version used in the build and production phases.
This change brings all Node versions in line with each other

Changes proposed in this pull request

  • Upgraded the locally used Node version via .tool-versions
  • Added additional Yarn config to allow yarn version to be automatically loaded locally

Guidance to review