Merge pull request #2387 from thelounge/astorije/node-10

Run Travis CI against Node v10
This commit is contained in:
Pavel Djundik 2018-04-28 12:54:32 +03:00 committed by GitHub
commit 2da5920bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 278 additions and 402 deletions

View File

@ -1,8 +1,11 @@
language: node_js
# https://github.com/nodejs/Release
node_js:
- 9 # Current stable
- 8 # Active LTS until April 2019
- 6 # Active LTS until April 2018
- 10 # EOL: April 2021
- 9 # EOL: June 2018
- 8 # EOL: December 2019
- 6 # EOL: April 2019
matrix:
fast_finish: true

View File

@ -40,13 +40,13 @@
},
"dependencies": {
"bcryptjs": "2.4.3",
"chalk": "2.4.0",
"chalk": "2.4.1",
"cheerio": "0.22.0",
"commander": "2.15.1",
"express": "4.16.3",
"fs-extra": "5.0.0",
"irc-framework": "2.11.0",
"lodash": "4.17.9",
"lodash": "4.17.10",
"mime-types": "2.1.18",
"moment": "2.22.1",
"package-json": "4.0.1",
@ -66,7 +66,7 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free-webfonts": "1.0.6",
"babel-core": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"chai": "4.1.2",

665
yarn.lock

File diff suppressed because it is too large Load Diff