CI: Add --openssl-legacy-provider
for Webpack
This commit is contained in:
parent
543bfdabd3
commit
41c0d9346e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -55,6 +55,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build Zotero
|
- name: Build Zotero
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
# Currently necessary for pdf-worker Webpack: https://stackoverflow.com/a/69746937
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --openssl-legacy-provider
|
||||||
|
|
||||||
- name: Upload deployment ZIP
|
- name: Upload deployment ZIP
|
||||||
if: |
|
if: |
|
||||||
|
|
Loading…
Reference in a new issue