refactor: workflow
parent
4359a0cbfb
commit
a1a47037ac
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue