mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
chore: 更新 pnpm 版本
This commit is contained in:
parent
964f1737e6
commit
8c10b7e297
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -16,13 +16,13 @@ jobs:
|
|||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '22'
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
id: pnpm-install
|
id: pnpm-install
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 9.13.2
|
||||||
run_install: true
|
run_install: true
|
||||||
|
|
||||||
- name: Build VitePress site
|
- name: Build VitePress site
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"swiper": "^11.1.14",
|
"swiper": "^11.1.14",
|
||||||
"vitepress": "1.5.0"
|
"vitepress": "1.5.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
|
"packageManager": "pnpm@9.13.2"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user