Skip to content

Commit

Permalink
fix: pnpm version was required, liars
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBrunhage committed May 11, 2024
1 parent 69c043a commit b15aa8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions
with:
version: 8
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b15aa8b

Please sign in to comment.