Bump minimum node version to 8 LTS
This commit is contained in:
parent
4fe13ae858
commit
b8dde41482
@ -2,6 +2,9 @@
|
||||
|
||||
root: true
|
||||
|
||||
parserOptions:
|
||||
ecmaVersion: 2017
|
||||
|
||||
env:
|
||||
es6: true
|
||||
browser: true
|
||||
|
@ -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
|
||||
|
@ -36,7 +36,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6.13.0"
|
||||
"node": ">=8.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "2.4.3",
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
|
||||
# Necessary to support async/await... grumble grumble...
|
||||
parserOptions:
|
||||
ecmaVersion: 8
|
Loading…
Reference in New Issue
Block a user