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 <[email protected]> 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/[email protected] with: fail_ci_if_error: true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
