Skip to content

Commit

Permalink
update pnpm version in gh build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Jul 5, 2024
1 parent 0d1e27d commit dd7cbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.1.3
version: 9.4.0
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit dd7cbda

Please sign in to comment.