Skip to content

Bump @babel/traverse from 7.22.20 to 7.23.2 #17

Bump @babel/traverse from 7.22.20 to 7.23.2

Bump @babel/traverse from 7.22.20 to 7.23.2 #17

Workflow file for this run

name: yarn lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn install && yarn lint