summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorYanis Guenane <yguenane@gmail.com>2020-12-07 10:24:51 +0100
committerYanis Guenane <yguenane@gmail.com>2020-12-07 18:14:35 +0100
commit14685b915747670ea98fce10e88defd3931aa1e7 (patch)
tree695462fdf47c29ede4cd3ebe18fd26785fadac7e /INSTALL.md
parentMerge pull request #8775 from rooftopcellist/powertools (diff)
downloadawx-14685b915747670ea98fce10e88defd3931aa1e7.tar.xz
awx-14685b915747670ea98fce10e88defd3931aa1e7.zip
NodeJS: Bump to actively maintained LTS 14.15.1
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dfbd0cbe7e..196d8c788d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -83,7 +83,7 @@ Before you can run a deployment, you'll need the following installed in your loc
- [GNU Make](https://www.gnu.org/software/make/)
- [Git](https://git-scm.com/) Requires Version 1.8.4+
- Python 3.6+
-- [Node 10.x LTS version](https://nodejs.org/en/download/)
+- [Node 14.x LTS version](https://nodejs.org/en/download/)
+ This is only required if you're [building your own container images](#official-vs-building-images) with `use_container_for_build=false`
- [NPM 6.x LTS](https://docs.npmjs.com/)
+ This is only required if you're [building your own container images](#official-vs-building-images) with `use_container_for_build=false`