diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-02-20 15:28:45 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-02-20 15:28:45 +0100 |
commit | c8ca23acdb0f80a01dfcd9babe6fff5abb372279 (patch) | |
tree | 56f215728b2cfc67adc659812ed043e7388432d0 /.github | |
parent | 7f114cc5387f04d748270d48f92708f137df38a7 (diff) |
Fix building Element web in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/schedules.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 44758850..dff9b34c 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -243,6 +243,7 @@ jobs: - name: Build env: CI_PACKAGE: true + NODE_OPTIONS: "--openssl-legacy-provider" run: yarn build working-directory: ./element-web - name: Edit Test Config |