Update the Node.js version

This commit is contained in:
CJ Patoilo 2019-07-09 10:20:24 -03:00
parent 0b1b41aef4
commit b7461f9d96
3 changed files with 6 additions and 4 deletions

View File

@ -4,14 +4,15 @@ build: off
platform: x64 platform: x64
environment: environment:
matrix: matrix:
- nodejs_version: 12
- nodejs_version: 11
- nodejs_version: 10 - nodejs_version: 10
- nodejs_version: 8
install: install:
- ps: Install-Product node $env:nodejs_version x64 - ps: Install-Product node $env:nodejs_version x64
- set CI=true - set CI=true
- npm i -g npm@latest - npm i -g npm@latest
- set PATH=%APPDATA%\npm;%PATH% - set PATH=%APPDATA%\npm;%PATH%
- npm install - npm i
matrix: matrix:
fast_finish: true fast_finish: true
shallow_clone: true shallow_clone: true

View File

@ -1,7 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- 12
- 11
- 10 - 10
- 8
before_install: before_install:
- npm i -g npm@latest - npm i -g npm@latest
cache: cache:

View File

@ -66,7 +66,7 @@
"sass-lint": "^1.12.1" "sass-lint": "^1.12.1"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=10.0.0"
}, },
"scripts": { "scripts": {
"start": "run-p build watch serve", "start": "run-p build watch serve",