Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 15, 2024
1 parent e5eda41 commit 5c8789d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5c8789d

Please sign in to comment.