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