forked from sombochea/verdaccio-ui
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
|
||||
with:
|
||||
version: 10.x
|
||||
- name: npm install, build, and test
|
||||
- name: Use Yarn 1.17.2
|
||||
run: |
|
||||
npm install
|
||||
npm build
|
||||
npm install -g yarn@1.17.2
|
||||
- name: yarn build
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user