mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
chore!: drop node 10 support (#1278)
This commit is contained in:
parent
bedb4427f4
commit
636136c88e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x, 16.x]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
|
@ -44,7 +44,7 @@
|
||||
"rewire": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.10.0"
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user