chore: 更新 pnpm 版本

This commit is contained in:
ZiuChen
2024-11-17 21:54:43 +08:00
parent 964f1737e6
commit 8c10b7e297
2 changed files with 3 additions and 3 deletions

View File

@@ -16,13 +16,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
- name: Install pnpm
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 8
version: 9.13.2
run_install: true
- name: Build VitePress site