Skip to content

Commit

Permalink
update release process to use node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Apr 20, 2021
1 parent 615a8f6 commit b7edd0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ Start the container:

make docker-run

Inside the container, update dependencies:
Inside the container, install the correct versions of Node and Yarn:

nvm install --lts
npm install -g yarn

Then update the dependencies and test:

yarn update-dependencies
yarn
yarn test
Expand Down

0 comments on commit b7edd0f

Please sign in to comment.