Skip to content

Commit

Permalink
added pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jun 7, 2024
1 parent 2eacb29 commit c1263a8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/livestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
with:
node-version: '20'

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

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

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

0 comments on commit c1263a8

Please sign in to comment.