From b00c1d3fa94000a7897677efa751549af77499ec Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 21 Jan 2026 06:15:48 +0300 Subject: [PATCH] feat: replace yarn to npm --- .gitea/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index ab43e1a..6e4aa34 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -19,8 +19,11 @@ jobs: registry-url: https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/ scope: '@teacinema' - - name: 'Install dependencies' - - run: corepack enable && yarn --version + - name: 'Install dependencies1' + - run: corepack enable + + - name: 'Install dependencies2' + - run: yarn --version - name: 'Install dependencies' run: echo "*** npm ci ***" && npm ci