Skip to content

Commit

Permalink
ci: 构建脚本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiuChen committed Jan 6, 2024
1 parent e9406bb commit 4d2e451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- name: Install pnpm
uses: pnpm/[email protected]
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 4d2e451

Please sign in to comment.