From f1236a702538373caec28a66ac8428fd38e0720d Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 3 Apr 2020 21:24:11 +0200 Subject: [PATCH] added min nodejs version info & updated .travis.yml --- .travis.yml | 5 +---- README.md | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2f60b03d..02d6d0089 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: node_js node_js: - - 8 - 10 - 11 - 12 + - 13 env: - INSTALL=yarn @@ -13,9 +13,6 @@ env: matrix: fast_finish: true - exclude: - - node_js: 8 - env: INSTALL=yarn install: - if [ "yarn" == $INSTALL ]; then yarn install; fi diff --git a/README.md b/README.md index 0f5256542..df7f1d1af 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Download from [Github releases](https://github.com/ColorlibHQ/AdminLTE/releases) #### Using The Command Line: +_Note: To install it via NPM/Yarn, you need at least Node.js 10 or higher._ + __Via NPM__ ```bash npm install admin-lte@^3.0 --save