mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-11-19 20:52:09 +08:00
feat: openssl-legacy-provider
This commit is contained in:
parent
02a4216f04
commit
8976aba7e0
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
@ -27,6 +26,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
env:
|
||||
NODE_OPTIONS: "--openssl-legacy-provider"
|
||||
|
||||
- name: Deploy to Server
|
||||
uses: burnett01/rsync-deployments@5.2.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user