Skip to content

Commit

Permalink
Add missing dinstall dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Mar 2, 2024
1 parent 8916a47 commit 1c23899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Check code
run: pnpm run check
- name: Deploy Workers
Expand Down

0 comments on commit 1c23899

Please sign in to comment.