Skip to content

Commit

Permalink
fix: forgot to download pnpm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zabackary authored Feb 3, 2024
1 parent 4784fe9 commit 2128144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 2128144

Please sign in to comment.