Skip to content

Commit

Permalink
chore: switch linter workflow to use npm instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Karia committed Nov 24, 2024
1 parent bb365a5 commit c3f5cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
run: pnpm install
run: npm install

- name: Lint
run: pnpm lint
run: npm run lint

0 comments on commit c3f5cc5

Please sign in to comment.