⬆️ Upgrade to Nodejs 10 LTS

This commit is contained in:
Luis Blanco 2018-11-29 08:16:00 +03:00
parent 347d2f5311
commit 003d31356a
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
dist: trusty dist: xenial
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "8.11.4" - "10.13.0"
before_install: before_install:
- npm conf set strict-ssl false - npm conf set strict-ssl false
- npm install -g npm@6.4.0 - npm install -g npm@6.4.1
install: install:

View File

@ -19,8 +19,8 @@
"gyp" "gyp"
], ],
"engines": { "engines": {
"node": ">=8.11.4", "node": ">=10.13.0",
"npm": ">=5.6.0" "npm": ">=6.4.1"
}, },
"maintainers": [ "maintainers": [
{ {
@ -34,6 +34,6 @@
"url": "https://github.com/node-3d/addon-tools-raub.git" "url": "https://github.com/node-3d/addon-tools-raub.git"
}, },
"dependencies": { "dependencies": {
"nan": "2.11.0" "nan": "2.11.1"
} }
} }