mirror of https://github.com/ColorlibHQ/AdminLTE
added min nodejs version info & updated .travis.yml
parent
4723bccf43
commit
f1236a7025
|
@ -1,10 +1,10 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
|
||||||
- 10
|
- 10
|
||||||
- 11
|
- 11
|
||||||
- 12
|
- 12
|
||||||
|
- 13
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- INSTALL=yarn
|
- INSTALL=yarn
|
||||||
|
@ -13,9 +13,6 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
exclude:
|
|
||||||
- node_js: 8
|
|
||||||
env: INSTALL=yarn
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "yarn" == $INSTALL ]; then yarn install; fi
|
- if [ "yarn" == $INSTALL ]; then yarn install; fi
|
||||||
|
|
|
@ -31,6 +31,8 @@ Download from [Github releases](https://github.com/ColorlibHQ/AdminLTE/releases)
|
||||||
|
|
||||||
#### Using The Command Line:
|
#### Using The Command Line:
|
||||||
|
|
||||||
|
_Note: To install it via NPM/Yarn, you need at least Node.js 10 or higher._
|
||||||
|
|
||||||
__Via NPM__
|
__Via NPM__
|
||||||
```bash
|
```bash
|
||||||
npm install admin-lte@^3.0 --save
|
npm install admin-lte@^3.0 --save
|
||||||
|
|
Loading…
Reference in New Issue