Skip to content

Commit

Permalink
add missing pnpm setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 24, 2023
1 parent c2572ed commit bae591c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
node-version: 20
cache: pnpm

- name: Install Dependencies
run: pnpm install

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit bae591c

Please sign in to comment.