mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
clean yarn and npm cache
This commit is contained in:
@@ -24,3 +24,7 @@ then
|
|||||||
echo "PATH = $PATH"
|
echo "PATH = $PATH"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clean yarn and npm cache
|
||||||
|
yarn cache clean
|
||||||
|
npm cache clean --force
|
||||||
Reference in New Issue
Block a user