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 0ba2ae6 commit f73a0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ jobs:

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

- name: Run test step
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
Expand Down

0 comments on commit f73a0dc

Please sign in to comment.