Skip to content

Commit

Permalink
test: add --openssl-legacy-provider option
Browse files Browse the repository at this point in the history
- Includes `--openssl-legacy-provider` option in `NODE_OPTIONS`
  environment variable before running the test. This will work around
  the OpenSSL issue of Webpack 4.
  • Loading branch information
kikuomax committed Oct 2, 2023
1 parent baa5478 commit acd1089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Test
- run:
name: Tests
command: yarn test
command: NODE_OPTIONS=--openssl-legacy-provider yarn test

# Coverage
- run:
Expand Down

0 comments on commit acd1089

Please sign in to comment.