Skip to content

Bump semver from 5.4.1 to 5.7.2 (#178) #140

Bump semver from 5.4.1 to 5.7.2 (#178)

Bump semver from 5.4.1 to 5.7.2 (#178) #140

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test