diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4c27664..5479794 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: