Skip to content

Commit 6236706

Browse files
committed
Add NODE_OPTIONS: --openssl-legacy-provider to CI
1 parent 13c2cc3 commit 6236706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test-types.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ jobs:
202202

203203
- name: Build example
204204
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
205-
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
205+
env:
206+
NODE_OPTIONS: --openssl-legacy-provider
207+
run: yarn build
206208

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

0 commit comments

Comments
 (0)