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:37:20 +03:00
parent 04a2a957e9
commit 389c4fbc6b

View File

@ -22,6 +22,8 @@ jobs:
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 "*** cat ~/.npmrc ***"
cat ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}