@@ -134,7 +134,7 @@ jobs:
134
134
run : yarn config set supportedArchitectures.cpu "ia32"
135
135
shell : bash
136
136
- name : Install dependencies
137
- run : yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --ignore-optional --registry https://registry.npmjs.org/ --prod
137
+ run : node scripts/preinstall.js && yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --registry https://registry.npmjs.org/ --prod
138
138
- name : Setup node x86
139
139
uses : actions/setup-node@v4
140
140
if : matrix.settings.target == 'i686-pc-windows-msvc'
@@ -187,7 +187,7 @@ jobs:
187
187
check-latest : true
188
188
189
189
- name : Install dependencies
190
- run : yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --ignore-optional --registry https://registry.npmjs.org/ --prod
190
+ run : node scripts/preinstall.js && yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --registry https://registry.npmjs.org/ --prod
191
191
- name : Download artifacts
192
192
uses : actions/download-artifact@v4
193
193
with :
@@ -238,7 +238,7 @@ jobs:
238
238
shell : bash
239
239
240
240
- name : Install dependencies
241
- run : yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --ignore-optional --registry https://registry.npmjs.org/ --prod
241
+ run : node scripts/preinstall.js && yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --registry https://registry.npmjs.org/ --prod
242
242
- name : Download artifacts
243
243
uses : actions/download-artifact@v4
244
244
with :
@@ -268,7 +268,7 @@ jobs:
268
268
check-latest : true
269
269
270
270
- name : Install dependencies
271
- run : yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --ignore-optional --registry https://registry.npmjs.org/ --prod
271
+ run : node scripts/preinstall.js && yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --registry https://registry.npmjs.org/ --prod
272
272
- name : Download artifacts
273
273
uses : actions/download-artifact@v4
274
274
with :
@@ -296,7 +296,7 @@ jobs:
296
296
check-latest : true
297
297
298
298
- name : Install dependencies
299
- run : yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --ignore-optional --registry https://registry.npmjs.org/ --prod
299
+ run : node scripts/preinstall.js && yarn add esno@^4.0.0 shelljs@^0.8.5 @napi-rs/cli@^2.15.2 --registry https://registry.npmjs.org/ --prod
300
300
- name : Download all artifacts
301
301
uses : actions/download-artifact@v4
302
302
with :
0 commit comments