You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2023/01/12 00:27:22 UTC

[cordova-browser] branch update-actions created (now 694a025)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch update-actions
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


      at 694a025  ci: update github action workflow

This branch includes the following new commits:

     new 694a025  ci: update github action workflow

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-browser] 01/01: ci: update github action workflow

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch update-actions
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 694a0256bba6a05dfad31ed2afeba4212ef52acf
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Thu Jan 12 01:27:07 2023 +0100

    ci: update github action workflow
---
 .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/codecov-action@v3.1.1
         with:
           fail_ci_if_error: true


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