Merge pull request #3628 from mermaid-js/sidv/volta

chore: Add volta
This commit is contained in:
Knut Sveidqvist 2022-10-10 14:18:53 +02:00 committed by GitHub
commit 7cd281eea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -152,5 +152,8 @@
"sideEffects": [
"**/*.css",
"**/*.scss"
]
],
"volta": {
"node": "16.17.1"
}
}