Skip to content

Update jest monorepo #56

Update jest monorepo

Update jest monorepo #56

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Create build
run: |
yarn lerna run build