mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-25 23:01:15 +08:00
feat!: bump node engine requirement >=20.5.0 (#1789)
This commit is contained in:
parent
ff11f659f0
commit
7ab18487cf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x, 18.x, 20.x, 22.x]
|
||||
node-version: [20.x, 22.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -33,7 +33,7 @@
|
||||
"tmp": "^0.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.13.0"
|
||||
"node": ">=20.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
@ -48,7 +48,7 @@
|
||||
"tmp": "^0.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.13.0"
|
||||
"node": ">=20.5.0"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user