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

View File

@ -18,5 +18,5 @@
"swiper": "^11.1.14",
"vitepress": "1.5.0"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
"packageManager": "pnpm@9.13.2"
}