feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
This commit is contained in:
parent
4791b52d71
commit
04a2a957e9
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user