Skip to content

Bump semver from 5.7.1 to 5.7.2 #41

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #41

Workflow file for this run

name: ci
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Build
run: yarn run build
- name: Test
run: yarn run test