From 61f5758f44b7149520cfbc461775f77649032881 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 21 Jan 2026 06:14:40 +0300 Subject: [PATCH] feat: replace yarn to npm --- .gitea/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index f218441..ab43e1a 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -19,6 +19,9 @@ jobs: registry-url: https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/ scope: '@teacinema' + - name: 'Install dependencies' + - run: corepack enable && yarn --version + - name: 'Install dependencies' run: echo "*** npm ci ***" && npm ci