Skip to content

Commit

Permalink
pin node version with volta
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Mar 28, 2022
1 parent 6ce99c3 commit ed3ade4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ $ git merge upstream/dev

3. Install dependencies

We recommend using a node manager to use multiple node versions in your system. We use [Volta](https://volta.sh/). In case you don't use a manager or you use `nvm`, you can check the currently supported versions under the `"volta"` section on our `package.json` file.

```sh
$ yarn
```
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,10 @@
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"volta": {
"node": "16.14.2",
"npm": "8.5.5",
"yarn": "1.22.18"
}
}

0 comments on commit ed3ade4

Please sign in to comment.