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:52:50 +03:00
parent 3bff66bc13
commit e6b03228e9

View File

@ -19,8 +19,8 @@ jobs:
- 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
echo "//git.ksv741.keenetic.pro/api/packages/teacinema/npm/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
echo "*** cat ~/.npmrc ***"
cat ~/.npmrc
env: