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-common.git
The following commit(s) were added to refs/heads/master by this push:
new b782a72 CI runs on node 14,16,18 (#188)
b782a72 is described below
commit b782a724f9fee6c483514ed9c23e4f20c8f9b8e6
Author: Jesse MacFadyen <[email protected]>
AuthorDate: Fri Dec 30 18:50:42 2022 -0800
CI runs on node 14,16,18 (#188)
---
.github/workflows/ci.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b695fe5..60f6b40 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,6 +46,8 @@ jobs:
env:
CI: true
- - uses: codecov/codecov-action@v3
+ - 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]