From df07af1f543b34de624fdbcad41c516c0b28f285 Mon Sep 17 00:00:00 2001 From: Filipe Freire Date: Tue, 26 Nov 2024 16:28:36 +0000 Subject: [PATCH] fix --- .github/workflows/build-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lint-test.yaml b/.github/workflows/build-lint-test.yaml index c162fec0..bc567842 100644 --- a/.github/workflows/build-lint-test.yaml +++ b/.github/workflows/build-lint-test.yaml @@ -113,7 +113,7 @@ jobs: # we do run tests in all matrix jobs - name: 'Run tests' if: steps.run_result.outputs.run_result != 'success' - run: npm run test:coverage + run: NODE_OPTIONS='--openssl-legacy-provider' npm run test:coverage # but coverage is only sent for the run-lint-and-tsc job - name: Upload coverage to Codecov if: matrix.run-lint-and-tsc && steps.run_result.outputs.run_result != 'success'