Skip to content

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #265

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #265

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Set Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run lint
run: |
yarn lint
yarn prettier:check
yarn typecheck