Skip to content

Bump semver from 7.3.5 to 7.5.2 #123

Bump semver from 7.3.5 to 7.5.2

Bump semver from 7.3.5 to 7.5.2 #123

Workflow file for this run

on: [push]
name: 'CI'
jobs:
lint-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: c-hive/gha-yarn-cache@v1
- run: yarn
- run: yarn lerna bootstrap
- run: yarn lint
- run: yarn tsc
- run: yarn clean
- run: yarn build
- run: yarn test