Skip to content

fix(deps): update babel monorepo #799

fix(deps): update babel monorepo

fix(deps): update babel monorepo #799

Workflow file for this run

name: Mergability Check
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'yarn'
cache-dependency-path: 'integration/**/yarn.lock'
- name: Install dependencies
run: yarn --frozen-lockfile && yarn install:integration
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
timeout-minutes: 4
run: yarn test:coverage --ci