Skip to content

Commit

Permalink
feat: openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
neo committed Apr 28, 2024
1 parent 02a4216 commit 8976aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -27,6 +26,8 @@ jobs:

- name: Build
run: pnpm run build
env:
NODE_OPTIONS: "--openssl-legacy-provider"

- name: Deploy to Server
uses: burnett01/[email protected]
Expand Down

0 comments on commit 8976aba

Please sign in to comment.