This is an automated email from the ASF dual-hosted git repository. purplecabbage pushed a commit to branch UpdateCI in repository https://gitbox.apache.org/repos/asf/cordova-lib.git
commit 9ae50a220fa82ed1c581afdba55058d5d763494d Author: Jesse <[email protected]> AuthorDate: Fri Dec 30 12:47:34 2022 -0800 CI runs on 14,16,18 --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22cc32e2..0e454713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12.x, 14.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -46,6 +46,8 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v2 + - name: upload coverage + if: success() + uses: codecov/[email protected] with: - fail_ci_if_error: true + name: ${{ runner.os }} node.js ${{ matrix.node-version }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
