Skip to content

Commit 4b4b4a2

Browse files
committed
fix: non-existent with:cache:true and use pnpm to invoke turbo
1 parent 4cacfc0 commit 4b4b4a2

File tree

7 files changed

+1
-17
lines changed

7 files changed

+1
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080

8181
- name: Set up pnpm
8282
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
83-
with:
84-
cache: true
8583

8684
- name: Set up Node.js
8785
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/chromatic.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969

7070
- name: Set up pnpm
7171
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
72-
with:
73-
cache: true
7472

7573
- name: Set up Node.js
7674
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
7171
- name: Set up pnpm
7272
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
73-
with:
74-
cache: true
7573

7674
- name: Set up Node.js
7775
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -90,7 +88,7 @@ jobs:
9088
if: |
9189
(github.event_name == 'push' || github.event_name == 'merge_group') ||
9290
(github.event_name == 'pull_request' && github.event.pull_request.head.ref != 'chore/crowdin')
93-
run: npx turbo lint lint:types prettier
91+
run: pnpm turbo lint lint:types prettier
9492

9593
- name: Save Lint Cache
9694
# We only want to save caches on `push` events or `pull_request_target` events
@@ -127,8 +125,6 @@ jobs:
127125

128126
- name: Set up pnpm
129127
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
130-
with:
131-
cache: true
132128

133129
- name: Set up Node.js
134130
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040

4141
- name: Set up pnpm
4242
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
43-
with:
44-
cache: true
4543

4644
- name: Set up Node.js
4745
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/playwright.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666

6767
- name: Set up pnpm
6868
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
69-
with:
70-
cache: true
7169

7270
- name: Set up Node.js
7371
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/publish-packages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ jobs:
105105

106106
- name: Set up pnpm
107107
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
108-
with:
109-
cache: true
110108

111109
- name: Setup Node.js
112110
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/translations-sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
9494
9595
- name: Set up pnpm
9696
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
97-
with:
98-
cache: true
9997

10098
- name: Set up Node.js
10199
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

0 commit comments

Comments
 (0)