Skip to content

Commit

Permalink
chore: setup pnpm in ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzifoss committed Jan 17, 2024
1 parent fad33bb commit 5c1113e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: "pnpm"
- name: Install dependencies
run: pnpm ci
run: pnpm install
- name: Lint
run: pnpm lint

0 comments on commit 5c1113e

Please sign in to comment.