mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-11-22 05:52:08 +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
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
@ -27,6 +26,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: "--openssl-legacy-provider"
|
||||||
|
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
uses: burnett01/rsync-deployments@5.2.1
|
uses: burnett01/rsync-deployments@5.2.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user