mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
chore: drop node 6 and 8 support (#832)
This commit is contained in:
parent
d0f972e128
commit
e26142f43b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
"rewire": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"engineStrict": true,
|
||||
"nyc": {
|
||||
|
Loading…
Reference in New Issue
Block a user