Skip to content

Bump @babel/runtime from 7.14.6 to 7.26.10 #52

Bump @babel/runtime from 7.14.6 to 7.26.10

Bump @babel/runtime from 7.14.6 to 7.26.10 #52

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint