@@ -28,17 +28,18 @@ jobs:
2828 - uses : actions/checkout@v5
2929
3030 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v5
3232 with :
3333 node-version : ${{ env.LATEST_NODE_VERSION }}
34+ package-manager-cache : false
3435
3536 - name : Enable corepack
3637 run : |
3738 corepack enable
3839 corepack prepare yarn@stable --activate
3940
4041 - name : Activate cache for yarn
41- uses : actions/setup-node@v4
42+ uses : actions/setup-node@v5
4243 with :
4344 cache : yarn
4445
@@ -62,17 +63,18 @@ jobs:
6263 - uses : actions/checkout@v5
6364
6465 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
65- uses : actions/setup-node@v4
66+ uses : actions/setup-node@v5
6667 with :
6768 node-version : ${{ env.LATEST_NODE_VERSION }}
69+ package-manager-cache : false
6870
6971 - name : Enable corepack
7072 run : |
7173 corepack enable
7274 corepack prepare yarn@stable --activate
7375
7476 - name : Activate cache for yarn
75- uses : actions/setup-node@v4
77+ uses : actions/setup-node@v5
7678 with :
7779 cache : yarn
7880
@@ -108,22 +110,23 @@ jobs:
108110 - uses : actions/checkout@v5
109111
110112 - name : Use Node.js ${{ matrix.node-version }}
111- uses : actions/setup-node@v4
113+ uses : actions/setup-node@v5
112114 with :
113115 node-version : ${{ matrix.node-version }}
116+ package-manager-cache : false
114117
115118 - name : Enable corepack
116119 run : |
117120 corepack enable
118121 corepack prepare yarn@stable --activate
119122
120123 - name : Activate cache for npm
121- uses : actions/setup-node@v4
124+ uses : actions/setup-node@v5
122125 with :
123126 cache : npm
124127
125128 - name : Activate cache for yarn
126- uses : actions/setup-node@v4
129+ uses : actions/setup-node@v5
127130 with :
128131 cache : yarn
129132
@@ -150,22 +153,23 @@ jobs:
150153 - uses : actions/checkout@v5
151154
152155 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
153- uses : actions/setup-node@v4
156+ uses : actions/setup-node@v5
154157 with :
155158 node-version : ${{ env.LATEST_NODE_VERSION }}
159+ package-manager-cache : false
156160
157161 - name : Enable corepack
158162 run : |
159163 corepack enable
160164 corepack prepare yarn@stable --activate
161165
162166 - name : Activate cache for npm
163- uses : actions/setup-node@v4
167+ uses : actions/setup-node@v5
164168 with :
165169 cache : npm
166170
167171 - name : Activate cache for yarn
168- uses : actions/setup-node@v4
172+ uses : actions/setup-node@v5
169173 with :
170174 cache : yarn
171175
@@ -200,22 +204,23 @@ jobs:
200204 - uses : actions/checkout@v5
201205
202206 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
203- uses : actions/setup-node@v4
207+ uses : actions/setup-node@v5
204208 with :
205209 node-version : ${{ env.LATEST_NODE_VERSION }}
210+ package-manager-cache : false
206211
207212 - name : Enable corepack
208213 run : |
209214 corepack enable
210215 corepack prepare yarn@stable --activate
211216
212217 - name : Activate cache for npm
213- uses : actions/setup-node@v4
218+ uses : actions/setup-node@v5
214219 with :
215220 cache : npm
216221
217222 - name : Activate cache for yarn
218- uses : actions/setup-node@v4
223+ uses : actions/setup-node@v5
219224 with :
220225 cache : yarn
221226
@@ -243,17 +248,18 @@ jobs:
243248 - uses : actions/checkout@v5
244249
245250 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
246- uses : actions/setup-node@v4
251+ uses : actions/setup-node@v5
247252 with :
248253 node-version : ${{ env.LATEST_NODE_VERSION }}
254+ package-manager-cache : false
249255
250256 - name : Enable corepack
251257 run : |
252258 corepack enable
253259 corepack prepare yarn@stable --activate
254260
255261 - name : Activate cache for yarn
256- uses : actions/setup-node@v4
262+ uses : actions/setup-node@v5
257263 with :
258264 cache : yarn
259265
@@ -290,17 +296,18 @@ jobs:
290296 - uses : actions/checkout@v5
291297
292298 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
293- uses : actions/setup-node@v4
299+ uses : actions/setup-node@v5
294300 with :
295301 node-version : ${{ env.LATEST_NODE_VERSION }}
302+ package-manager-cache : false
296303
297304 - name : Enable corepack
298305 run : |
299306 corepack enable
300307 corepack prepare yarn@stable --activate
301308
302309 - name : Activate cache for yarn
303- uses : actions/setup-node@v4
310+ uses : actions/setup-node@v5
304311 with :
305312 cache : yarn
306313
0 commit comments