Skip to content

Commit

Permalink
Update workflow pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Aug 4, 2024
1 parent de8f591 commit 65f482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react_lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: "20.12"

- name: Install pnpm
run: npm install -g pnpm@8.15
run: npm install -g pnpm@9.6.0

- name: Install dependencies
run: cd apps/dashboard && pnpm install
Expand Down

0 comments on commit 65f482b

Please sign in to comment.