This is an automated email from the ASF dual-hosted git repository.
purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git
The following commit(s) were added to refs/heads/master by this push:
new d6c6333 update ci coverage and run ci on 14-18 (#600)
d6c6333 is described below
commit d6c6333595f4caf1ccaa074b74d87ea5c3d2e624
Author: Jesse MacFadyen <[email protected]>
AuthorDate: Fri Dec 30 12:19:18 2022 -0800
update ci coverage and run ci on 14-18 (#600)
---
.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 bd797d9..fdaecc1 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, 16.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@v1
+ - 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]