Skip to content

Commit

Permalink
fix ssl error?
Browse files Browse the repository at this point in the history
  • Loading branch information
n-a-t-e committed Nov 29, 2023
1 parent 8c854ec commit 96c0c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/netlify_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
npm ci
npm run build
Expand Down

0 comments on commit 96c0c61

Please sign in to comment.