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/11/24 12:55:11 UTC

[cordova-ios] branch master updated: ci: remove Node 10-12 & add Node 16-18. (#1271)

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e93ee90 ci: remove Node 10-12 & add Node 16-18. (#1271)
6e93ee90 is described below

commit 6e93ee909801ba46a2fde291004d78fbff1961e5
Author: TylerBreau <32...@users.noreply.github.com>
AuthorDate: Thu Nov 24 08:55:05 2022 -0400

    ci: remove Node 10-12 & add Node 16-18. (#1271)
    
    Supported Node versions include 14-18.
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 550ff2bd..86eb1a78 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x]
+        node-version: [14.x, 16.x, 18.x]
         os: [macos-latest]
 
     steps:
@@ -57,7 +57,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x]
+        node-version: [14.x, 16.x, 18.x]
         os: [ubuntu-latest, windows-latest]
 
     steps:


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