Skip to content

Bump lerna from 5.5.2 to 8.1.8 #486

Bump lerna from 5.5.2 to 8.1.8

Bump lerna from 5.5.2 to 8.1.8 #486

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with YARN
run: yarn install
- name: Build the app
run: yarn run build