From 346f5fe94eb6423eebd053adbd98d72127f4e723 Mon Sep 17 00:00:00 2001 From: Jeldrik Hanschke Date: Fri, 7 Jul 2023 23:29:03 +0200 Subject: [PATCH] pin node version using volta (#571) --- README.md | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 759baa2e4..8354a2f79 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 86c86edfe..10d77f794 100644 --- a/package.json +++ b/package.json @@ -116,5 +116,8 @@ "i18n": ":abc: Internalization", "internal": ":house: Internal" } + }, + "volta": { + "node": "12.22.12" } }