Merge pull request #3004 from thelounge/xpaw/drop-node-6

Bump minimum node version to 8 LTS
This commit is contained in:
Pavel Djundik 2019-02-12 12:47:36 +02:00 committed by GitHub
commit 4f3e4a0865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions

View file

@ -2,6 +2,9 @@
root: true
parserOptions:
ecmaVersion: 2017
env:
es6: true
browser: true

View file

@ -4,8 +4,7 @@ language: node_js
node_js:
- 11 # EOL: June 2019
- 10 # EOL: April 2021
- 8 # EOL: December 2019
- 6 # EOL: April 2019
- 8.10.0 # EOL: December 2019 (test exact LTS version)
os:
- linux

View file

@ -36,7 +36,7 @@
],
"license": "MIT",
"engines": {
"node": ">=6.13.0"
"node": ">=8.10.0"
},
"dependencies": {
"bcryptjs": "2.4.3",

View file

@ -1,5 +0,0 @@
---
# Necessary to support async/await... grumble grumble...
parserOptions:
ecmaVersion: 8