diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 362c2c7..d5e5a22 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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