Skip to content

Commit

Permalink
Try OpenSSL legacy provider mode for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ax committed Jun 23, 2023
1 parent 3eca730 commit c2adae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual.yml
Expand Up @@ -3,6 +3,7 @@ on: workflow_dispatch

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/schedule.yml
Expand Up @@ -5,6 +5,7 @@ on:

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down

0 comments on commit c2adae4

Please sign in to comment.