chore: use pnpm package manager.

This commit is contained in:
Ryan Wang
2021-10-09 23:38:37 +08:00
parent a7151259cd
commit e0821f1180
3 changed files with 9408 additions and 8833 deletions

View File

@@ -18,8 +18,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: yarn
- run: yarn build
- run: pnpm install
- run: pnpm build
- name: Deploy
uses: easingthemes/ssh-deploy@main