Skip to content

Bump @babel/plugin-transform-runtime from 7.17.0 to 7.24.7 #107

Bump @babel/plugin-transform-runtime from 7.17.0 to 7.24.7

Bump @babel/plugin-transform-runtime from 7.17.0 to 7.24.7 #107

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn gen-flow
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean