Skip to content

Commit 18ac635

Browse files
authored
docs: remove redundant manual cache due to setup-node cache (#131)
1 parent 0d0b432 commit 18ac635

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,6 @@ jobs:
150150
node-version: 20
151151
cache: 'pnpm'
152152
153-
- name: Get pnpm store directory
154-
shell: bash
155-
run: |
156-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
157-
158-
- uses: actions/cache@v4
159-
name: Setup pnpm cache
160-
with:
161-
path: ${{ env.STORE_PATH }}
162-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
163-
restore-keys: |
164-
${{ runner.os }}-pnpm-store-
165-
166153
- name: Install dependencies
167154
run: pnpm install
168155
```

0 commit comments

Comments
 (0)