diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64aa021..8dae823 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,14 +29,9 @@ jobs: - name: Clean install, build, test run: | npm ci - npm run build --if-present + npm run build --if-present --openssl-legacy-provider npm test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.COVERALLS_REPO_TOKEN }} - lint: runs-on: ubuntu-20.04