Skip to content

Commit

Permalink
chore(ci): update pnpm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 26, 2024
1 parent 3f28dfb commit dc85c3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dc85c3d

Please sign in to comment.