We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c85b2 commit 44bea11Copy full SHA for 44bea11
1 file changed
.github/workflows/distribute.yml
@@ -73,6 +73,8 @@ jobs:
73
run: yarn
74
75
- name: Build and zip the extension
76
+ env:
77
+ NODE_OPTIONS: --openssl-legacy-provider
78
run: yarn build-chrome
79
80
- name: Install chrome dependencies
@@ -103,6 +105,8 @@ jobs:
103
105
104
106
107
108
109
110
run: yarn build-firefox
111
112
- name: Install Firefox dependencies
0 commit comments