Skip to content

Commit

Permalink
docs: remove redundant manual cache due to setup-node cache (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-monotype committed Jul 5, 2024
1 parent 0d0b432 commit 18ac635
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,6 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
```
Expand Down

0 comments on commit 18ac635

Please sign in to comment.