Skip to content

Commit

Permalink
fix: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuuriii committed Nov 13, 2023
1 parent 039f8cf commit 2d1337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: 8

- name: Install Global Pnpm
run: npx pnpm install --global pnpm
run: npm install --global pnpm

- name: Install Dependencies
run: pnpm i
Expand Down

0 comments on commit 2d1337b

Please sign in to comment.