Skip to content

Commit c720b1f

Browse files
committed
Add NODE_OPTIONS=--openssl-legacy-provider before yarn build
1 parent 115ddd5 commit c720b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

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

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

0 commit comments

Comments
 (0)