Skip to content

Commit

Permalink
chore: fix pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 18, 2024
1 parent b48d22d commit 2d190bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: "Sets up Node.js and runs install"
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2d190bc

Please sign in to comment.