This commit is contained in:
@@ -30,7 +30,9 @@ jobs:
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
corepack enable
|
||||
corepack prepare yarn@1.22.22 --activate
|
||||
yarn --version
|
||||
echo "node -v: $(node -v)"
|
||||
echo "yarn -v: $(yarn -v)"
|
||||
echo "yarn config get registry: $(yarn config get registry)"
|
||||
|
||||
- name: Cache Yarn
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user