Skip to content

Commit 8d21f04

Browse files
committed
Add NODE_OPTIONS: --openssl-legacy-provider to CI
1 parent 5479dc2 commit 8d21f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131

132132
- name: Build example
133133
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
134+
env:
135+
NODE_OPTIONS: --openssl-legacy-provider
134136
run: yarn build
135137

136138
- name: Run test step

0 commit comments

Comments
 (0)