Skip to content

Commit

Permalink
chore: fix ci workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
reifiedbeans authored Jul 4, 2024
1 parent 35f25a5 commit 941d684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 941d684

Please sign in to comment.