This is an automated email from the ASF dual-hosted git repository.
jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git
The following commit(s) were added to refs/heads/master by this push:
new dad60fc ci: update github action workflow (#113)
dad60fc is described below
commit dad60fcc7165193d61ead12fd957285c0505ca13
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Jan 12 01:39:40 2023 +0100
ci: update github action workflow (#113)
---
.github/workflows/ci.yml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d207d8c..0459055 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,23 +31,17 @@ jobs:
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@v1
+ uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- - name: set up JDK 1.8
- uses: actions/setup-java@v1
- with:
- java-version: 1.8
-
- name: Environment Information
run: |
node --version
npm --version
- gradle --version
- name: npm install and test
run: |
@@ -56,6 +50,6 @@ jobs:
env:
CI: true
- - uses: codecov/codecov-action@v1
+ - uses: codecov/[email protected]
with:
fail_ci_if_error: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]