Skip to content

Commit

Permalink
pin node version using volta (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Jul 7, 2023
1 parent fb5981e commit 346f5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,8 @@
"i18n": ":abc: Internalization",
"internal": ":house: Internal"
}
},
"volta": {
"node": "12.22.12"
}
}

0 comments on commit 346f5fe

Please sign in to comment.