We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NODE_OPTIONS=--openssl-legacy-provider
yarn build
1 parent 115ddd5 commit c720b1fCopy full SHA for c720b1f
.github/workflows/test.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- name: Build example
164
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
165
- run: yarn build
+ run: NODE_OPTIONS=--openssl-legacy-provider yarn build
166
167
- name: Run test step
168
0 commit comments