Skip to content

Commit

Permalink
ci: add pnpm install step in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 25, 2024
1 parent db60b61 commit 781b464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"

- name: Install
run: pnpm install

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit 781b464

Please sign in to comment.