Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 #30

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #30

Workflow file for this run

on: ["pull_request"]
name: Build and Test PR
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Use Node.js ⚙️
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn install
node ./scripts/setup-rxjs7
yarn lerna bootstrap
yarn run lint
yarn run test
yarn run build