Skip to content

Commit

Permalink
fix: nix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Oct 27, 2023
1 parent 35f4976 commit c7559c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ in
machine.wait_for_open_port(3000)
machine.succeed("cp -r ${blockfrost-backend-ryo}/libexec/source /tmp")
machine.succeed(
"cd /tmp/source && ${pkgs.yarn}/bin/yarn set version berry && ${pkgs.yarn}/bin/yarn test-integration:mainnet"
"cd /tmp/source && ${pkgs.yarn}/bin/yarn set version 3.6.3 && ${pkgs.yarn}/bin/yarn test-integration:mainnet"
)
'';
};
Expand Down

0 comments on commit c7559c2

Please sign in to comment.