From 9383cd7d4c5bf71fa82cbe9556038c76256fe171 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 29 Apr 2026 21:12:50 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20oprava=20pou=C5=BEit=C3=AD=20yarn=20v=20?= =?UTF-8?q?Gitea=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 48bb8bb..ab228b5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: with: node-version: "22" - - run: npm install -g yarn + - run: corepack enable - run: cd types && yarn install --frozen-lockfile && yarn openapi-ts @@ -51,7 +51,7 @@ jobs: with: node-version: "22" - - run: npm install -g yarn + - run: corepack enable - uses: actions/download-artifact@v3 with: @@ -73,7 +73,7 @@ jobs: with: node-version: "22" - - run: npm install -g yarn + - run: corepack enable - uses: actions/download-artifact@v3 with: @@ -102,7 +102,7 @@ jobs: with: node-version: "22" - - run: npm install -g yarn + - run: corepack enable - uses: actions/download-artifact@v3 with: @@ -189,7 +189,7 @@ jobs: with: node-version: "22" - - run: npm install -g yarn + - run: corepack enable - uses: actions/download-artifact@v3 with: