4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-06-05 15:45:43 +08:00

ci: Add Node16 to CI matrix ()

This commit is contained in:
Norman Breau 2021-04-26 12:47:22 -03:00 committed by GitHub
parent 5e7be8e1d6
commit f9e8ce8fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x, 14.x] node-version: [10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps: