From 0681a7b1d32fb31f00b3cd5585b808f4f1896c76 Mon Sep 17 00:00:00 2001 From: David Alpert Date: Sun, 17 Oct 2021 08:26:59 -0500 Subject: [PATCH] chore(node-version): move node spec to .node-version (#1034) placing the required node version in a .node-version file allows it to be read programatically by node version managers like nodenv, asdf, etc --- .node-version | 1 + CONTRIBUTING.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .node-version diff --git a/.node-version b/.node-version new file mode 100644 index 0000000000..c2324e8e46 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +14.18.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9e2aa36d7..cf1322c134 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,6 @@ Before you begin: -- This application is powered by Node.js v14. - Have you read the [code of conduct](CODE_OF_CONDUCT.md)? - Check out the [existing issues](https://github.com/unleash/Unleash/issues) - Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.