Skip to content

Commit a379f63

Browse files
fix(ci): remove pnpm cache from dependent jobs to avoid post-action errors
1 parent a6251f8 commit a379f63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- uses: actions/setup-node@v6
5858
with:
5959
node-version: lts/*
60-
cache: pnpm
6160
- name: 📦 Restore build
6261
uses: actions/cache/restore@v4
6362
with:
@@ -81,7 +80,7 @@ jobs:
8180
- uses: actions/setup-node@v6
8281
with:
8382
node-version: lts/*
84-
cache: pnpm
83+
# cache handled via build job
8584
- name: 📦 Restore build
8685
uses: actions/cache/restore@v4
8786
with:
@@ -104,7 +103,7 @@ jobs:
104103
- uses: actions/setup-node@v6
105104
with:
106105
node-version: lts/*
107-
cache: pnpm
106+
# cache handled via build job
108107
- name: 📦 Restore build
109108
uses: actions/cache/restore@v4
110109
with:
@@ -132,7 +131,7 @@ jobs:
132131
- uses: actions/setup-node@v6
133132
with:
134133
node-version: lts/*
135-
cache: pnpm
134+
# cache handled via build job
136135
- name: 📦 Restore build
137136
uses: actions/cache/restore@v4
138137
with:

0 commit comments

Comments
 (0)