diff options
author | Yanis Guenane <yguenane@gmail.com> | 2020-12-07 10:24:51 +0100 |
---|---|---|
committer | Yanis Guenane <yguenane@gmail.com> | 2020-12-07 18:14:35 +0100 |
commit | 14685b915747670ea98fce10e88defd3931aa1e7 (patch) | |
tree | 695462fdf47c29ede4cd3ebe18fd26785fadac7e /INSTALL.md | |
parent | Merge pull request #8775 from rooftopcellist/powertools (diff) | |
download | awx-14685b915747670ea98fce10e88defd3931aa1e7.tar.xz awx-14685b915747670ea98fce10e88defd3931aa1e7.zip |
NodeJS: Bump to actively maintained LTS 14.15.1
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
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` |