chore: move to pnpm (#9817)

This commit is contained in:
neverland
2021-11-06 15:39:10 +08:00
committed by GitHub
parent 6e3ba5af63
commit 06d7f3fefa
29 changed files with 13162 additions and 20362 deletions

View File

@@ -15,8 +15,18 @@ jobs:
with:
ref: 'dev'
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build Site
run: npm run build:site