Skip to content

chore(deps): update babel monorepo to v7.26.0 #1831

chore(deps): update babel monorepo to v7.26.0

chore(deps): update babel monorepo to v7.26.0 #1831

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
- uses: codecov/codecov-action@v2