You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2022/04/22 14:58:49 UTC

[cordova-android] branch master updated: ci: Added Node 18 to test matrix (#1424)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 087e9e61 ci: Added Node 18 to test matrix (#1424)
087e9e61 is described below

commit 087e9e617896e6c018fb7efafed8f81c2cacfee6
Author: Norman Breau <no...@nbsolutions.ca>
AuthorDate: Fri Apr 22 11:58:44 2022 -0300

    ci: Added Node 18 to test matrix (#1424)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 04e9b7a8..2a12bade 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [14.x, 16.x]
+        node-version: [14.x, 16.x, 18.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org