Skip to content

Bump @babel/traverse from 7.23.0 to 7.23.2 #832

Bump @babel/traverse from 7.23.0 to 7.23.2

Bump @babel/traverse from 7.23.0 to 7.23.2 #832

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install -g yarn@2
- run: yarn install
- name: Linting and prettifying
run: |
yarn lint
yarn prettier
working-directory: ./