File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 9797 with :
9898 node-version : 22
9999
100+ - name : Update npm
101+ run : npm install -g npm@latest
102+
100103 - uses : pnpm/action-setup@v3
101104 with :
102105 version : 9
@@ -161,6 +164,9 @@ jobs:
161164 with :
162165 node-version : 22
163166
167+ - name : Update npm
168+ run : npm install -g npm@latest
169+
164170 - uses : pnpm/action-setup@v3
165171 with :
166172 version : 9
@@ -195,6 +201,9 @@ jobs:
195201 steps :
196202 - uses : actions/checkout@v4
197203
204+ - name : Update npm
205+ run : npm install -g npm@latest
206+
198207 - uses : pnpm/action-setup@v3
199208 with :
200209 version : 9
@@ -237,6 +246,9 @@ jobs:
237246 steps :
238247 - uses : actions/checkout@v4
239248
249+ - name : Update npm
250+ run : npm install -g npm@latest
251+
240252 - uses : pnpm/action-setup@v3
241253 with :
242254 version : 9
@@ -279,6 +291,9 @@ jobs:
279291 steps :
280292 - uses : actions/checkout@v4
281293
294+ - name : Update npm
295+ run : npm install -g npm@latest
296+
282297 - uses : pnpm/action-setup@v3
283298 with :
284299 version : 9
You can’t perform that action at this time.
0 commit comments