Skip to content

Commit

Permalink
Add NODE_OPTIONS: --openssl-legacy-provider to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 22, 2024
1 parent 7ea68b8 commit 8af937e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:

- name: Build example
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
env:
NODE_OPTIONS: --openssl-legacy-provider
run: yarn build

- name: Run test step
Expand Down

0 comments on commit 8af937e

Please sign in to comment.