Skip to content

Bump semver from 5.7.1 to 5.7.2 #47

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #47

Workflow file for this run

name: Unit Test / Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run install
run: npm install
- name: Run test
run: npm run lint && npm run test