Skip to content

Commit

Permalink
fix(ci): use legacy openssl provider
Browse files Browse the repository at this point in the history
  • Loading branch information
velddev authored Mar 17, 2024
1 parent d8ff890 commit bf13f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: yarn
- name: Deploy
run: yarn build
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit bf13f99

Please sign in to comment.