Skip to content

Commit

Permalink
ci: install pnpm (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x authored Oct 4, 2024
1 parent 1da9bae commit c2ea658
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 @@ -14,6 +14,9 @@ jobs:
- name: Checkout the Repository
uses: actions/checkout@v3

- name: Setup pnpm
run: npm install -g pnpm

- name: Install Dependencies
run: pnpm install --legacy-peer-deps

Expand Down

0 comments on commit c2ea658

Please sign in to comment.