Skip to content

Bump @babel/traverse from 7.15.4 to 7.25.9 #256

Bump @babel/traverse from 7.15.4 to 7.25.9

Bump @babel/traverse from 7.15.4 to 7.25.9 #256

Workflow file for this run

name: format
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn fmtCheck