chore: drop node 6 and 8 support (#832)

This commit is contained in:
エリス 2020-01-06 12:10:03 +09:00 committed by GitHub
parent d0f972e128
commit e26142f43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View File

@ -11,8 +11,6 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- TERM=dumb # Keep gradle from crapping all over the log
matrix:
- nodejs_version=6
- nodejs_version=8
- nodejs_version=10
- nodejs_version=12

View File

@ -8,8 +8,6 @@ environment:
SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
matrix:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

View File

@ -51,7 +51,7 @@
"rewire": "^4.0.1"
},
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"engineStrict": true,
"nyc": {