Skip to content

Commit 346b2e3

Browse files
committed
test: update e2e global npm version to 11.19.1
Update the npm version installed in the e2e test sandbox to 11.19.1 to avoid an upstream npm 10 Arborist crash when resolving optional peer dependencies.
1 parent f80707f commit 346b2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/setup/100-global-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getActivePackageManager } from '../utils/packages';
33
import { globalNpm } from '../utils/process';
44

55
const PACKAGE_MANAGER_VERSION = {
6-
'npm': '10.8.1',
6+
'npm': '11.19.1',
77
'yarn': '1.22.22',
88
'pnpm': '10.17.1',
99
'bun': '1.3.2',

0 commit comments

Comments
 (0)