1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-29 04:47:47 +07:00
verdaccio-ui/.github/workflows/nodejs.yml

23 lines
371 B
YAML
Raw Normal View History

2019-08-10 18:54:27 +07:00
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
2019-08-11 02:25:03 +07:00
- name: Use Yarn 1.17.2
2019-08-10 18:54:27 +07:00
run: |
2019-08-11 02:25:03 +07:00
npm install -g yarn@1.17.2
- name: yarn build
run: |
yarn install
yarn build