You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/01/10 15:18:30 UTC

[cordova-lib] branch master updated: ci(workflow): update node support & action dependencies (#903)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9096639a ci(workflow): update node support & action dependencies (#903)
9096639a is described below

commit 9096639a805d519807ef35e19c3eca220a9a70e5
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jan 11 00:18:24 2023 +0900

    ci(workflow): update node support & action dependencies (#903)
    
    * ci(workflow): drop node 12, add node 16 & 18
    * ci(workflow): bump actions/checkout@v3
    * ci(workflow): bump actions/setup-node@v3
    * ci(workflow): bump codecov/codecov-action@v3
    * ci(workflow): drop node 14 from test matrix
---
 .github/workflows/ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 22cc32e2..dbf02d31 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,14 +25,14 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [12.x, 14.x]
+        node-version: [16.x, 18.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           node-version: ${{ matrix.node-version }}
 
@@ -46,6 +46,6 @@ jobs:
         env:
           CI: true
 
-      - uses: codecov/codecov-action@v2
+      - uses: codecov/codecov-action@v3
         with:
           fail_ci_if_error: true


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