Skip to content

Commit

Permalink
Applied crypto workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed May 21, 2023
1 parent 8948dd8 commit 62bc545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-pages.yaml
Expand Up @@ -37,6 +37,9 @@ jobs:
yarn
yarn build
cd ..
env:
# https://stackoverflow.com/a/69746937/2001966
NODE_OPTIONS: "--openssl-legacy-provider"
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 62bc545

Please sign in to comment.