Skip to content

Commit

Permalink
install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Jan 8, 2025
1 parent 16f6def commit fa203dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
node-version: '20'
cache: 'pnpm'

- name: Install Dependencies
- name: Install Pnpm
run: npm install -g pnpm

- name: Install
run: pnpm install

- name: Build
Expand Down

0 comments on commit fa203dc

Please sign in to comment.