Skip to content

Commit

Permalink
fix(workflows): update pnpm to a working version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jul 29, 2024
1 parent cc36824 commit 3ae17d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout Code Repository
uses: actions/[email protected]

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
Expand Down

0 comments on commit 3ae17d5

Please sign in to comment.