Skip to content

Commit

Permalink
fix: error:0308010C:digital envelope routines::unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Mar 21, 2023
1 parent 565a43b commit d4dfe48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
skip-upload: false
skip-deploy: false
bundle-command: yarn bundle
bundle-command: NODE_OPTIONS=--openssl-legacy-provider yarn bundle
store-endpoint: ${{ secrets.STORE_ENDPOINT_PROD }}
store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_PROD }}
abtnode-endpoint: ${{ secrets.STAGING_NODE_ENDPOINT }}
Expand All @@ -37,4 +37,3 @@ jobs:
access-secret: ${{ secrets.STAGING_NODE_ACCESS_SECRET }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4dfe48

Please sign in to comment.