Skip to content

Commit

Permalink
ci: 💚 add cache to pnpm in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 15, 2023
1 parent 6a3c622 commit afd6da6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v2

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8

- uses: actions/setup-node@v3
with:
cache: 'pnpm'

- run: npm run first-time-setup

0 comments on commit afd6da6

Please sign in to comment.