Skip to content

Commit

Permalink
ci: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuuriii committed Nov 13, 2023
1 parent 8551f91 commit 1218140
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 @@ -19,7 +19,7 @@ jobs:
version: 8

- name: Install Dependencies
run: pnpm
run: pnpm i

- name: Build Application
run: pnpm build
Expand All @@ -36,7 +36,7 @@ jobs:
version: 8

- name: Install Dependencies
run: pnpm
run: pnpm i

- name: Run Tests
run: pnpm test
Expand Down

0 comments on commit 1218140

Please sign in to comment.