Skip to content

Commit

Permalink
Add NODE_OPTIONS=--openssl-legacy-provider before yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 24, 2024
1 parent 115ddd5 commit c720b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

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

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

0 comments on commit c720b1f

Please sign in to comment.