feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
This commit is contained in:
parent
c3bdfe38b4
commit
6b922d81f9
@ -11,15 +11,19 @@ jobs:
|
||||
steps:
|
||||
- name: 'Checkout repository'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Setup dependencies'
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
||||
|
||||
- name: 'Install dependencies'
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: 'Generate contracts'
|
||||
run: npm run generate
|
||||
|
||||
- name: 'Publish to Gitea npm registry'
|
||||
run: npm publish
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user