Skip to content

Commit 03d1c41

Browse files
committed
build: remove pnpm caching
1 parent d0e9739 commit 03d1c41

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,7 @@ jobs:
2626
id: pnpm-install
2727
with:
2828
version: 7
29-
run_install: false
30-
31-
- name: Get pnpm store directory
32-
id: pnpm-cache
33-
run: |
34-
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
35-
36-
- uses: actions/cache@v3
37-
name: Setup pnpm cache
38-
with:
39-
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
40-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
41-
restore-keys: |
42-
${{ runner.os }}-pnpm-store-
29+
run_install: true
4330

4431
- name: Install dependencies
4532
run: pnpm install

0 commit comments

Comments
 (0)