Skip to content

Bump semver from 5.7.1 to 5.7.2 #131

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #131

Workflow file for this run

name: main
on: push
jobs:
main:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Run build and test
run: |
set -x
npm install
npm run build
npm test