Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBarriere authored Dec 16, 2024
1 parent 84203b4 commit c79d445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Setup Node, PNPM, and install dependencies"
runs:
using: "composite"
steps:
- run: npm install -g pnpm@9.15.0
- run: npm install -g pnpm@latest-7
shell: bash

- uses: actions/setup-node@v4
Expand Down

0 comments on commit c79d445

Please sign in to comment.