@@ -131,7 +131,7 @@ jobs:
131
131
run : pnpm config set supportedArchitectures.cpu "ia32"
132
132
shell : bash
133
133
- name : Install dependencies
134
- run :
npm install -g [email protected] && pnpm i - -frozen-lockfile
134
+ run :
npm install -g [email protected] && pnpm install --no -frozen-lockfile
135
135
136
136
- name : Setup node x86
137
137
uses : actions/setup-node@v3
@@ -227,7 +227,7 @@ jobs:
227
227
node-version : ${{ matrix.node }}
228
228
check-latest : true
229
229
- name : Install dependencies
230
- run :
npm install -g [email protected] && pnpm i - -frozen-lockfile
230
+ run :
npm install -g [email protected] && pnpm install --no -frozen-lockfile
231
231
232
232
- name : Download artifacts
233
233
uses : actions/download-artifact@v3
@@ -258,7 +258,7 @@ jobs:
258
258
node-version : ${{ matrix.node }}
259
259
check-latest : true
260
260
- name : Install dependencies
261
- run :
npm install -g [email protected] && pnpm i - -frozen-lockfile
261
+ run :
npm install -g [email protected] && pnpm install --no -frozen-lockfile
262
262
263
263
- name : Download artifacts
264
264
uses : actions/download-artifact@v3
@@ -432,7 +432,7 @@ jobs:
432
432
node-version : 18
433
433
check-latest : true
434
434
- name : Install dependencies
435
- run :
npm install -g [email protected] && pnpm i - -frozen-lockfile
435
+ run :
npm install -g [email protected] && pnpm install --no -frozen-lockfile
436
436
- name : Download macOS x64 artifact
437
437
uses : actions/download-artifact@v3
438
438
with :
@@ -471,7 +471,7 @@ jobs:
471
471
node-version : 18
472
472
check-latest : true
473
473
- name : Install dependencies
474
- run :
npm install -g [email protected] && pnpm i - -frozen-lockfile
474
+ run :
npm install -g [email protected] && pnpm install --no -frozen-lockfile
475
475
476
476
- name : Download all artifacts
477
477
uses : actions/download-artifact@v3
0 commit comments