Skip to content

Commit

Permalink
chore: upgrade lint packages to support pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Oct 23, 2024
1 parent 6a4b2f9 commit 1c44904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 🤌 Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
Expand Down

0 comments on commit 1c44904

Please sign in to comment.