1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-18 09:21:37 +07:00
verdaccio-ui/.github/workflows/nodejs.yml
Juan Picado @jotadeveloper 3746a0466f
chore: trying github ci
2019-08-10 13:54:27 +02:00

20 lines
306 B
YAML

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
- name: npm install, build, and test
run: |
npm install
npm test