Skip to content

Commit

Permalink
Add workaround for failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jan 13, 2022
1 parent d7e419b commit b5155b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:

- name: Build website
run: npm run build
env:
# Workaround for https://github.com/webpack/webpack/issues/14532
# See also https://github.com/facebook/docusaurus/issues/5778
NODE_OPTIONS: "--openssl-legacy-provider"
4 changes: 4 additions & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ jobs:

- name: Build website
run: npm run build
env:
# Workaround for https://github.com/webpack/webpack/issues/14532
# See also https://github.com/facebook/docusaurus/issues/5778
NODE_OPTIONS: "--openssl-legacy-provider"

0 comments on commit b5155b9

Please sign in to comment.