Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit a79fdef

Browse files
committed
ci: drop redundant pnpm cache
1 parent 4797824 commit a79fdef

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,7 @@ jobs:
4343
node-version: ${{ matrix.node-version }}
4444
cache: pnpm
4545

46-
- name: Cache pnpm store
47-
id: cache-node-modules
48-
uses: actions/cache@v5.0.2
49-
with:
50-
path: |
51-
./node_modules
52-
~/.pnpm-store
53-
key: ${{ env.preffix }}-cache-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
54-
restore-keys: |
55-
${{ env.preffix }}-cache-${{ env.cache-name }}-
56-
${{ env.preffix }}-cache-
57-
${{ env.preffix }}-
58-
env:
59-
cache-name: run-test
60-
preffix: ${{ matrix.os }}-node-${{ matrix.node-version }}
61-
6246
- name: Install dependencies
63-
if: steps.cache-node-modules.outputs.cache-hit != 'true'
6447
run: pnpm i
6548

6649
- name: Run pre-release steps

0 commit comments

Comments
 (0)