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

This commit is contained in:
Sergey Krylov 2026-01-21 05:26:44 +03:00
parent c3bdfe38b4
commit 6b922d81f9

View File

@ -11,15 +11,19 @@ jobs:
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Setup dependencies'
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
- name: 'Install dependencies'
run: npm ci
run: npm install
- name: 'Generate contracts'
run: npm run generate
- name: 'Publish to Gitea npm registry'
run: npm publish
env: