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: steps:
- name: 'Checkout repository' - name: 'Checkout repository'
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 'Setup dependencies' - name: 'Setup dependencies'
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/' registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
- name: 'Install dependencies' - name: 'Install dependencies'
run: npm ci run: npm install
- name: 'Generate contracts' - name: 'Generate contracts'
run: npm run generate run: npm run generate
- name: 'Publish to Gitea npm registry' - name: 'Publish to Gitea npm registry'
run: npm publish run: npm publish
env: env: