feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 1s

This commit is contained in:
Sergey Krylov 2026-01-21 06:15:48 +03:00
parent 61f5758f44
commit b00c1d3fa9

View File

@ -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