CI: Add --openssl-legacy-provider
for Webpack
This commit is contained in:
parent
ac93a30933
commit
c580d7fc5e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -57,6 +57,9 @@ jobs:
|
|||
|
||||
- name: Build Zotero
|
||||
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
|
||||
if: |
|
||||
|
|
Loading…
Reference in a new issue