Skip to content

Commit

Permalink
Merge pull request #3628 from mermaid-js/sidv/volta
Browse files Browse the repository at this point in the history
chore: Add volta
  • Loading branch information
knsv authored Oct 10, 2022
2 parents 5060c9f + 1fea43e commit 7cd281e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Below link will help you making a copy of the repository in your local system.

https://docs.github.com/en/get-started/quickstart/fork-a-repo

## Requirements

- [volta](https://volta.sh/) to manage node versions.
- [Node.js](https://nodejs.org/en/). `volta install node`
- [pnpm](https://pnpm.io/) package manager. `volta install pnpm`

## Development Installation

```bash
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,8 @@
"sideEffects": [
"**/*.css",
"**/*.scss"
]
],
"volta": {
"node": "16.17.1"
}
}

0 comments on commit 7cd281e

Please sign in to comment.