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

This commit is contained in:
Sergey Krylov 2026-01-21 05:32:12 +03:00
parent 4791b52d71
commit 04a2a957e9

View File

@ -18,6 +18,13 @@ jobs:
node-version: 20
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
- name: Configure npm auth
run: |
echo "//git.ksv741.keenetic.pro/api/packages/teacinema/npm/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
echo "@teacinema:registry=https://git.ksv741.keenetic.pro/api/packages/teacinema/npm" >> ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 'Install dependencies'
run: echo "*** npm install ***" && npm install