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

@ -34,7 +34,7 @@ describe("E2E: pnpm coverage", () => {
it(`safe-chain succesfully installs safe packages`, async () => {
const shell = await container.openShell("zsh");
const result = await shell.runCommand(
"pnpm add axios --safe-chain-logging=verbose"
"pnpm add axios@1.13.0 --safe-chain-logging=verbose"
);
assert.ok(