Pin axios version in tests

This commit is contained in:
Sander Declerck 2026-03-31 09:59:08 +02:00
parent 5e63a83238
commit 136e66b1d0
No known key found for this signature in database
9 changed files with 23 additions and 23 deletions

View file

@ -40,7 +40,7 @@ describe("E2E: safe-chain setup-ci command", () => {
const projectShell = await container.openShell(shell);
const result = await projectShell.runCommand(
"npm i axios --safe-chain-logging=verbose"
"npm i axios@1.13.0 --safe-chain-logging=verbose"
);
const hasExpectedOutput = result.output.includes("Safe-chain: Scanned");