Skip to content

Commit 6c41386

Browse files
committed
Lock yarn pnp version in tests
1 parent ea532c7 commit 6c41386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/yarn-pnp/test/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function runTests(example = '') {
3131
prev.push(`${cur}@${dependencies[cur]}`)
3232
return prev
3333
}, [] as string[])
34-
return `yarn set version berry && yarn config set enableGlobalCache true && yarn config set compressionLevel 0 && yarn add ${pkgs.join(
34+
return `yarn set version 3.1.1 && yarn config set enableGlobalCache true && yarn config set compressionLevel 0 && yarn add ${pkgs.join(
3535
' '
3636
)}`
3737
},

0 commit comments

Comments
 (0)