Unverified Commit 6b12e59c authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Bump yarn cache version (#574)

parent 6ea576cf
...@@ -73,8 +73,8 @@ testYarnCacheDirectory() { ...@@ -73,8 +73,8 @@ testYarnCacheDirectory() {
compile "yarn" $cache $env_dir compile "yarn" $cache $env_dir
# These will be created if yarn is using the directory for its cache # These will be created if yarn is using the directory for its cache
assertDirectoryExists ${cache_dir}/yarn assertDirectoryExists ${cache_dir}/yarn
assertDirectoryExists ${cache_dir}/yarn/v2 assertDirectoryExists ${cache_dir}/yarn/v3
assertFileExists ${cache_dir}/yarn/v2/npm-lodash-4.16.4-01ce306b9bad1319f2a5528674f88297aeb70127 assertFileExists ${cache_dir}/yarn/v3/npm-lodash-4.16.4-01ce306b9bad1319f2a5528674f88297aeb70127
assertCapturedSuccess assertCapturedSuccess
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment