Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/cli #699

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/cli

build(deps): bump semver from 5.7.1 to 5.7.2 in /packages/cli #699

Workflow file for this run

name: test all
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn bootstrap
- run: yarn test