This commit is contained in:
@@ -30,7 +30,9 @@ jobs:
|
|||||||
npm config set registry https://registry.npmmirror.com
|
npm config set registry https://registry.npmmirror.com
|
||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare yarn@1.22.22 --activate
|
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
|
- name: Cache Yarn
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user