- Install asdf
- Install the asdf NodeJS and Yarn plugins
asdf plugin add nodejs
asdf plugin add yarn https://github.com/twuni/asdf-yarn.git
- Run
asdf install
to install the versions of NodeJS and Yarn specified in the .tool-versions file
yarn test
yarn build
yarn lint --fix