ci: 升级 node & pnpm

This commit is contained in:
pany 2024-12-10 17:05:44 +08:00
parent 272642ec97
commit 75206acfe3
3 changed files with 282 additions and 278 deletions

View File

@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@master uses: actions/setup-node@master
with: with:
node-version: 22.11.0 node-version: 22.12.0
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 9.13.2 version: 9.15.0
- name: Build - name: Build
run: pnpm install && pnpm build run: pnpm install && pnpm build

View File

@ -53,7 +53,7 @@
"unplugin-auto-import": "0.18.6", "unplugin-auto-import": "0.18.6",
"unplugin-svg-component": "0.12.1", "unplugin-svg-component": "0.12.1",
"unplugin-vue-components": "0.27.5", "unplugin-vue-components": "0.27.5",
"vite": "6.0.2", "vite": "6.0.3",
"vite-svg-loader": "5.1.0", "vite-svg-loader": "5.1.0",
"vitest": "2.1.8", "vitest": "2.1.8",
"vue-tsc": "2.1.10" "vue-tsc": "2.1.10"

554
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff