From c40461181cc9da55ea5d119348c6d0d210517d5e Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Fri, 15 Dec 2023 21:59:31 +0100 Subject: [PATCH] fixed: CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 097b222da3..4b37661814 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,13 +30,13 @@ jobs: - run: npm ci - run: make riot - name: Saucelabs Crossbrowser Testing - if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }} + if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }} env: SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} run: make test-sauce - name: Coveralls - if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }} + if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }} uses: coverallsapp/github-action@master with: path-to-lcov: ./coverage/report-lcov/lcov.info