feat: replace yarn to npm
All checks were successful
Publish / Publish npm package action (push) Successful in 11s
All checks were successful
Publish / Publish npm package action (push) Successful in 11s
This commit is contained in:
parent
b00c1d3fa9
commit
a19a91aa64
@ -20,10 +20,10 @@ jobs:
|
|||||||
scope: '@teacinema'
|
scope: '@teacinema'
|
||||||
|
|
||||||
- name: 'Install dependencies1'
|
- name: 'Install dependencies1'
|
||||||
- run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- name: 'Install dependencies2'
|
- name: 'Install dependencies2'
|
||||||
- run: yarn --version
|
run: yarn --version
|
||||||
|
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: echo "*** npm ci ***" && npm ci
|
run: echo "*** npm ci ***" && npm ci
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user