Skip to content

Commit

Permalink
chore: specific pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Jan 5, 2024
1 parent 865722f commit 48652e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# 如果配置 themeConfig.lastUpdated 为 false,则不需要添加该参数以加快检出速度
fetch-depth: 0
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@7.9.5
- name: Install dependencies
run: pnpm install
- name: Build with dumi
Expand Down

0 comments on commit 48652e1

Please sign in to comment.