Skip to content

Commit

Permalink
feat: added pnpm to cache
Browse files Browse the repository at this point in the history
still wip
  • Loading branch information
eddienubes committed Feb 10, 2024
1 parent 4587940 commit 6692705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ jobs:
node-version: [ '16.x', '18.x', 20.x ]
steps:
- uses: actions/checkout@v4
name: Checkout Repository

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install

- run: pnpm run lint:check
name: Lint Check
Expand Down

0 comments on commit 6692705

Please sign in to comment.