10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-14 18:44:47 +00:00

Add node modules and new code for release

This commit is contained in:
taakleton 2022-01-26 21:54:24 +00:00 committed by GitHub
parent da63a48ad7
commit 3925f466de
8435 changed files with 1764387 additions and 7 deletions

View file

@ -0,0 +1,5 @@
if grep 3155328e5 .yarn/releases/yarn-*.cjs -c; then
echo "Your version of yarn is affected by https://github.com/yarnpkg/berry/issues/1882"
echo "Please run \`sed -i -e \"s/3155328e5/4567890e5/g\" .yarn/releases/yarn-*.cjs\`"
exit 1
fi