Skip to content

Commit 47d572f

Browse files
authored
chore(actions): turn off caching for the Setup workflow (#382)
1 parent d5a7dcc commit 47d572f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/setup/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ runs:
1414
shell: bash
1515
run: |
1616
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
17-
- name: Setup pnpm cache
18-
uses: actions/cache@v5.0.4
19-
with:
20-
path: ${{ env.STORE_PATH }}
21-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-v2
22-
restore-keys: |
23-
${{ runner.os }}-pnpm-store-
17+
# - name: Setup pnpm cache
18+
# uses: actions/cache@v5.0.4
19+
# with:
20+
# path: ${{ env.STORE_PATH }}
21+
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-v2
22+
# restore-keys: |
23+
# ${{ runner.os }}-pnpm-store-
2424
- name: Install dependencies
2525
shell: bash
2626
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)