Skip to content

Bump @babel/traverse from 7.23.0 to 7.23.2 #362

Bump @babel/traverse from 7.23.0 to 7.23.2

Bump @babel/traverse from 7.23.0 to 7.23.2 #362

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn format:check
- run: yarn build
- run: yarn test