Skip to content

Bump semver from 5.7.1 to 5.7.2 #39

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #39

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
yarn:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build