Skip to content

Commit 44bea11

Browse files
committed
set --openssl-legacy-provider
1 parent f4c85b2 commit 44bea11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/distribute.yml

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
run: yarn
7474

7575
- name: Build and zip the extension
76+
env:
77+
NODE_OPTIONS: --openssl-legacy-provider
7678
run: yarn build-chrome
7779

7880
- name: Install chrome dependencies
@@ -103,6 +105,8 @@ jobs:
103105
run: yarn
104106

105107
- name: Build and zip the extension
108+
env:
109+
NODE_OPTIONS: --openssl-legacy-provider
106110
run: yarn build-firefox
107111

108112
- name: Install Firefox dependencies

0 commit comments

Comments
 (0)