diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 7e63d4a..ebf31dc 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -27,7 +27,7 @@ jobs: run: npm run format:check - name: Testing run: npm test - - uses: coverallsapp/github-action@v2.3.6 + - uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: node v${{ matrix.node }} @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest name: Publishing coverage report steps: - - uses: coverallsapp/github-action@v2.3.6 + - uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.github_token }} parallel-finished: true