|
37 | 37 | corepack enable
|
38 | 38 | corepack prepare yarn@stable --activate
|
39 | 39 |
|
40 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 40 | + - name: Activate cache for yarn |
41 | 41 | uses: actions/setup-node@v4
|
42 | 42 | with:
|
43 | 43 | cache: yarn
|
|
71 | 71 | corepack enable
|
72 | 72 | corepack prepare yarn@stable --activate
|
73 | 73 |
|
74 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 74 | + - name: Activate cache for yarn |
75 | 75 | uses: actions/setup-node@v4
|
76 | 76 | with:
|
77 | 77 | cache: yarn
|
@@ -117,7 +117,12 @@ jobs:
|
117 | 117 | corepack enable
|
118 | 118 | corepack prepare yarn@stable --activate
|
119 | 119 |
|
120 |
| - - name: Activate cache for Node.js ${{ matrix.node-version }} |
| 120 | + - name: Activate cache for npm |
| 121 | + uses: actions/setup-node@v4 |
| 122 | + with: |
| 123 | + cache: npm |
| 124 | + |
| 125 | + - name: Activate cache for yarn |
121 | 126 | uses: actions/setup-node@v4
|
122 | 127 | with:
|
123 | 128 | cache: yarn
|
@@ -154,7 +159,12 @@ jobs:
|
154 | 159 | corepack enable
|
155 | 160 | corepack prepare yarn@stable --activate
|
156 | 161 |
|
157 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 162 | + - name: Activate cache for npm |
| 163 | + uses: actions/setup-node@v4 |
| 164 | + with: |
| 165 | + cache: npm |
| 166 | + |
| 167 | + - name: Activate cache for yarn |
158 | 168 | uses: actions/setup-node@v4
|
159 | 169 | with:
|
160 | 170 | cache: yarn
|
@@ -199,7 +209,12 @@ jobs:
|
199 | 209 | corepack enable
|
200 | 210 | corepack prepare yarn@stable --activate
|
201 | 211 |
|
202 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 212 | + - name: Activate cache for npm |
| 213 | + uses: actions/setup-node@v4 |
| 214 | + with: |
| 215 | + cache: npm |
| 216 | + |
| 217 | + - name: Activate cache for yarn |
203 | 218 | uses: actions/setup-node@v4
|
204 | 219 | with:
|
205 | 220 | cache: yarn
|
@@ -237,7 +252,7 @@ jobs:
|
237 | 252 | corepack enable
|
238 | 253 | corepack prepare yarn@stable --activate
|
239 | 254 |
|
240 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 255 | + - name: Activate cache for yarn |
241 | 256 | uses: actions/setup-node@v4
|
242 | 257 | with:
|
243 | 258 | cache: yarn
|
@@ -284,7 +299,7 @@ jobs:
|
284 | 299 | corepack enable
|
285 | 300 | corepack prepare yarn@stable --activate
|
286 | 301 |
|
287 |
| - - name: Activate cache for Node.js ${{ env.LATEST_NODE_VERSION }} |
| 302 | + - name: Activate cache for yarn |
288 | 303 | uses: actions/setup-node@v4
|
289 | 304 | with:
|
290 | 305 | cache: yarn
|
|
0 commit comments