1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-17 00:25:50 +07:00

Update nodejs.yml

This commit is contained in:
Juan Picado @jotadeveloper
2019-08-10 21:25:03 +02:00
committed by GitHub
parent 2e9703346c
commit ade58caf41

View File

@@ -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