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:19:09 +03:00
parent 1a9a5dbe46
commit ce5ebb6e9b

View File

@ -20,6 +20,9 @@ jobs:
scope: '@teacinema'
run: corepack enable
- name: 'Enable corepack'
run: corepack enable
- name: 'Install dependencies'
run: yarn install --frozen-lockfile