From 2067c21a292b16cd8928d3e9cc417bc4309d41f6 Mon Sep 17 00:00:00 2001 From: Batmanisko Date: Wed, 29 Apr 2026 19:39:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20instalace=20yarn=20p=C5=99es=20npm=20p?= =?UTF-8?q?=C5=99ed=20setup-node=20(yarn=20nebyl=20v=20PATH)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/ci.yaml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3bbeab8..4da6ed8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,8 +23,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - cache: yarn - cache-dependency-path: types/yarn.lock + + - run: npm install -g yarn - run: cd types && yarn install --frozen-lockfile && yarn openapi-ts @@ -50,8 +50,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - cache: yarn - cache-dependency-path: server/yarn.lock + + - run: npm install -g yarn - uses: actions/download-artifact@v4 with: @@ -72,8 +72,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - cache: yarn - cache-dependency-path: server/yarn.lock + + - run: npm install -g yarn - uses: actions/download-artifact@v4 with: @@ -99,8 +99,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - cache: yarn - cache-dependency-path: client/yarn.lock + + - run: npm install -g yarn - uses: actions/download-artifact@v4 with: @@ -140,14 +140,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: '22' - cache: yarn - cache-dependency-path: | - server/yarn.lock - e2e/yarn.lock - - uses: actions/download-artifact@v4 with: name: server-dist @@ -191,8 +183,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - cache: yarn - cache-dependency-path: server/yarn.lock + + - run: npm install -g yarn - uses: actions/download-artifact@v4 with: