Skip to content

Commit

Permalink
chore: update to pnpm 9 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed Jul 13, 2024
1 parent 1b5e20b commit c24bf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
# Cache node_modules
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c24bf64

Please sign in to comment.