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 2023/01/19 17:23:01 UTC

[cordova-coho] branch master updated: ci: Remove Node 10.x-14.x. Added 18.x (#298)

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-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 192ce49  ci: Remove Node 10.x-14.x. Added 18.x (#298)
192ce49 is described below

commit 192ce49dec0397c65c7219635f65e5e6d93d8399
Author: Norman Breau <no...@nbsolutions.ca>
AuthorDate: Thu Jan 19 13:22:56 2023 -0400

    ci: Remove Node 10.x-14.x. Added 18.x (#298)
    
    * ci: Remove Node 10.x-12.x. Added 18.x
    
    * ci: Drop NodejS 14.x
---
 .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 d207d8c..7305c9d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x, 16.x]
+        node-version: [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