forked from sombochea/verdaccio-ui
chore: trying github ci
This commit is contained in:
parent
dcfda4483f
commit
3746a0466f
19
.github/workflows/nodejs.yml
vendored
Normal file
19
.github/workflows/nodejs.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user