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 6692705 commit 6e5f41c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ jobs:
- uses: actions/checkout@v4
name: Checkout Repository

- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: latest

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
cache: 'pnpm
- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 6e5f41c

Please sign in to comment.