Skip to content

Commit

Permalink
Lock yarn pnp version in tests (#34688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 22, 2022
1 parent ea532c7 commit 5f1536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/yarn-pnp/test/utils.ts
Expand Up @@ -31,7 +31,7 @@ export function runTests(example = '') {
prev.push(`${cur}@${dependencies[cur]}`)
return prev
}, [] as string[])
return `yarn set version berry && yarn config set enableGlobalCache true && yarn config set compressionLevel 0 && yarn add ${pkgs.join(
return `yarn set version 3.1.1 && yarn config set enableGlobalCache true && yarn config set compressionLevel 0 && yarn add ${pkgs.join(
' '
)}`
},
Expand Down

0 comments on commit 5f1536b

Please sign in to comment.