From 42be9519581c8faf64fdc13688abd49b50f3245b Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Mon, 23 Sep 2024 17:44:49 +0200 Subject: [PATCH] chore: remove --openssl-legacy-provider option (#5012) --- .github/workflows/unit-test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 49448d0baa..11bf4a9c7a 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -45,12 +45,7 @@ jobs: run: npm run compile - name: Unit tests - run: | - # TODO(legendecas): webpack https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported - if [ "${{ matrix.node_version }}" = "18" ] || [ "${{ matrix.node_version }}" == "20" ] || [ "${{ matrix.node_version }}" == "22" ]; then - export NODE_OPTIONS=--openssl-legacy-provider - fi - npm run test + run: npm run test - name: Report Coverage uses: codecov/codecov-action@v4 with: @@ -81,8 +76,6 @@ jobs: npm run compile - name: Unit tests - env: - NODE_OPTIONS: --openssl-legacy-provider run: npm run test browser-tests: runs-on: ubuntu-latest