Skip to content

Commit beb7a28

Browse files
committed
chore: update
1 parent 5bbdcfc commit beb7a28

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

.github/workflows/compressed-size-action.yml

-8
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
node-version: 20
2727
cache: 'pnpm'
2828

29-
- uses: actions/cache@v4
30-
name: Setup pnpm cache
31-
with:
32-
path: ${{ env.STORE_PATH }}
33-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
34-
restore-keys: |
35-
${{ runner.os }}-pnpm-store-
36-
3729
- name: Install dependencies
3830
run: pnpm install
3931

.github/workflows/main.yml

-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
node-version: 20
2626
cache: 'pnpm'
2727

28-
- uses: actions/cache@v4
29-
name: Setup pnpm cache
30-
with:
31-
path: ${{ env.STORE_PATH }}
32-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
33-
restore-keys: |
34-
${{ runner.os }}-pnpm-store-
35-
3628
- name: Install dependencies
3729
run: pnpm install
3830

.github/workflows/publish.yml

-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
node-version: 20
3232
cache: 'pnpm'
3333

34-
- uses: actions/cache@v4
35-
name: Setup pnpm cache
36-
with:
37-
path: ${{ env.STORE_PATH }}
38-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
39-
restore-keys: |
40-
${{ runner.os }}-pnpm-store-
41-
4234
- name: Install dependencies
4335
run: pnpm install
4436

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
node-version: 20
3232
cache: 'pnpm'
3333

34-
- uses: actions/cache@v4
35-
name: Setup pnpm cache
36-
with:
37-
path: ${{ env.STORE_PATH }}
38-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
39-
restore-keys: |
40-
${{ runner.os }}-pnpm-store-
41-
4234
- name: Install dependencies
4335
run: pnpm install
4436

0 commit comments

Comments
 (0)