pin node version using volta (#571)
This commit is contained in:
parent
fb5981e914
commit
346f5fe94e
2 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ Due to security reasons you should have TLS encryption enabled and provide a val
|
|||
|
||||
Production builds are provided as github [release assets](https://github.com/jelhan/croodle/releases).
|
||||
|
||||
If you like to build yourself you have to install [yarn](https://yarnpkg.com/), [ember-cli](http://www.ember-cli.com/) and [composer](https://getcomposer.org/) before.
|
||||
If you like to build yourself you have to install [node](https://nodejs.org/), [yarn](https://yarnpkg.com/), [ember-cli](http://www.ember-cli.com/) and [composer](https://getcomposer.org/) before. It's recommended using [volta](https://volta.sh/) to ensure a compatible and tested node version is used.
|
||||
|
||||
```shell
|
||||
git clone git@github.com:jelhan/croodle.git
|
||||
|
|
|
@ -116,5 +116,8 @@
|
|||
"i18n": ":abc: Internalization",
|
||||
"internal": ":house: Internal"
|
||||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "12.22.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue