Skip to content

Commit

Permalink
chore: remove --openssl-legacy-provider option (#5012)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Sep 23, 2024
1 parent 8900cfd commit 42be951
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42be951

Please sign in to comment.