File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ jobs:
308
308
- name : Install Yarn Latest
309
309
if : matrix.node-version == 22
310
310
run : |
311
- npm i -g yarn @latest
311
+ npm i -g @yarnpkg/cli-dist @latest
312
312
313
313
- name : Install Pnpm 5
314
314
if : matrix.node-version == 10
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ for pm in "${package_managers[@]}"; do
23
23
npm pkg set dependencies.zeromq=" file:./${pack_name} " || (jq " .dependencies.zeromq = \" file:./${pack_name} \" " package.json > temp.json && mv temp.json package.json)
24
24
25
25
echo " Install with ${pm} "
26
- if [[ " ${pm} " == " yarn" ]]; then
27
- yarn install --ignore-engines
28
- else
29
- ${pm} install
30
- fi
26
+ ${pm} install
31
27
32
28
echo " Require zeromq"
33
29
node -e " console.log(require('zeromq'))"
You can’t perform that action at this time.
0 commit comments