Skip to content

Commit

Permalink
chore(workflow): pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrad committed Nov 14, 2024
1 parent 7f8fd53 commit f6fc111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
node-version: 20.x

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Install deps
run: pnpm i

Expand Down

0 comments on commit f6fc111

Please sign in to comment.