Bump minimum node version to 8 LTS
This commit is contained in:
parent
4fe13ae858
commit
b8dde41482
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
root: true
|
root: true
|
||||||
|
|
||||||
|
parserOptions:
|
||||||
|
ecmaVersion: 2017
|
||||||
|
|
||||||
env:
|
env:
|
||||||
es6: true
|
es6: true
|
||||||
browser: true
|
browser: true
|
||||||
|
@ -4,8 +4,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 11 # EOL: June 2019
|
- 11 # EOL: June 2019
|
||||||
- 10 # EOL: April 2021
|
- 10 # EOL: April 2021
|
||||||
- 8 # EOL: December 2019
|
- 8.10.0 # EOL: December 2019 (test exact LTS version)
|
||||||
- 6 # EOL: April 2019
|
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.13.0"
|
"node": ">=8.10.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcryptjs": "2.4.3",
|
"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