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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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