Skip to content

Commit

Permalink
try use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Jan 8, 2025
1 parent 2330ee5 commit 16f6def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
node-version: '20'
cache: 'pnpm'

- name: Install Dependencies
run: npm ci
run: pnpm install

- name: Build
run: npm run build
Expand Down

0 comments on commit 16f6def

Please sign in to comment.