Skip to content

Bump @babel/traverse from 7.19.6 to 7.23.6 #257

Bump @babel/traverse from 7.19.6 to 7.23.6

Bump @babel/traverse from 7.19.6 to 7.23.6 #257

Workflow file for this run

name: Format
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run format:check
continue-on-error: FALSE