pin node version using volta (#571)

This commit is contained in:
Jeldrik Hanschke 2023-07-07 23:29:03 +02:00 committed by GitHub
parent fb5981e914
commit 346f5fe94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -116,5 +116,8 @@
"i18n": ":abc: Internalization",
"internal": ":house: Internal"
}
},
"volta": {
"node": "12.22.12"
}
}