feat: replace yarn to npm
All checks were successful
Publish / Publish npm package action (push) Successful in 11s

This commit is contained in:
Sergey Krylov 2026-01-21 06:16:20 +03:00
parent b00c1d3fa9
commit a19a91aa64

View File

@ -20,10 +20,10 @@ jobs:
scope: '@teacinema'
- name: 'Install dependencies1'
- run: corepack enable
run: corepack enable
- name: 'Install dependencies2'
- run: yarn --version
run: yarn --version
- name: 'Install dependencies'
run: echo "*** npm ci ***" && npm ci