Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 #420

Bump @babel/traverse from 7.22.5 to 7.23.2

Bump @babel/traverse from 7.22.5 to 7.23.2 #420

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint