Skip to content

Commit

Permalink
Update version for yarn pnp tests (#38688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 15, 2022
1 parent bbbbe20 commit 48401ec
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 @@ -42,7 +42,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 4.0.0-rc.13 && yarn config set enableGlobalCache true && yarn config set compressionLevel 0 && yarn add ${pkgs.join(
' '
)}`
},
Expand Down

0 comments on commit 48401ec

Please sign in to comment.