File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments