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/12 07:10:39 UTC

[cordova-eslint] branch master updated: ci(gh-actions): update workflow and dependencies (#33)

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


The following commit(s) were added to refs/heads/master by this push:
     new 5da4724  ci(gh-actions): update workflow and dependencies (#33)
5da4724 is described below

commit 5da472454d3eca6a851e2cb04cf388736341dc35
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Jan 12 16:10:34 2023 +0900

    ci(gh-actions): update workflow and dependencies (#33)
---
 .github/workflows/ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 37b47f8..d9975de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,11 +27,11 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12.x, 14.x, 16.x]
+        node-version: [16.x, 18.x]
 
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-node@v2
+      - uses: actions/checkout@v3
+      - uses: actions/setup-node@v3
         with:
           node-version: ${{ matrix.node-version }}
 
@@ -45,6 +45,7 @@ jobs:
         env:
           CI: true
 
-      - uses: codecov/codecov-action@v2
+      - uses: codecov/codecov-action@v3
+        if: success()
         with:
-          fail_ci_if_error: true
+          name: ${{ runner.os }} node.js ${{ matrix.node-version }}


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