refactor: workflow

pull/30/head
Septs 2022-08-05 01:28:59 +08:00
parent 4359a0cbfb
commit a1a47037ac
No known key found for this signature in database
GPG Key ID: 6C253909AE7FC3A4
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: pnpm
- uses: pnpm/action-setup@v2
with:
run_install: true
- uses: actions/setup-node@v3
with:
cache: pnpm
- run: pnpm install
- run: pnpm run build
env: