mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
Update nodejs.yml
This commit is contained in:
parent
2e9703346c
commit
ade58caf41
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
@ -13,7 +13,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
- name: npm install, build, and test
|
- name: Use Yarn 1.17.2
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install -g yarn@1.17.2
|
||||||
npm build
|
- name: yarn build
|
||||||
|
run: |
|
||||||
|
yarn install
|
||||||
|
yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user