Skip to content

Commit

Permalink
fix: specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
luxbe authored May 31, 2024
1 parent 8a07a68 commit fefe158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 9.1.1

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit fefe158

Please sign in to comment.