Skip to content

Commit

Permalink
ci: 升级 node & pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Dec 10, 2024
1 parent 272642e commit 75206ac
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 278 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: 22.11.0
node-version: 22.12.0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.13.2
version: 9.15.0

- name: Build
run: pnpm install && pnpm build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"unplugin-auto-import": "0.18.6",
"unplugin-svg-component": "0.12.1",
"unplugin-vue-components": "0.27.5",
"vite": "6.0.2",
"vite": "6.0.3",
"vite-svg-loader": "5.1.0",
"vitest": "2.1.8",
"vue-tsc": "2.1.10"
Expand Down
Loading

0 comments on commit 75206ac

Please sign in to comment.