mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
ci: Added Node 18 to test matrix (#1424)
This commit is contained in:
parent
a2bb7f1173
commit
087e9e6178
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x]
|
node-version: [14.x, 16.x, 18.x]
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user