mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-03 16:03:08 +08:00
chore(breaking): Drop Node 12 support (#1411)
This commit is contained in:
parent
f3c75a89b5
commit
adcd9d9ff8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [14.x, 16.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
|
@ -44,7 +44,7 @@
|
||||
"rewire": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user