Skip to content

Bump @babel/traverse from 7.19.4 to 7.23.2 (#108) #218

Bump @babel/traverse from 7.19.4 to 7.23.2 (#108)

Bump @babel/traverse from 7.19.4 to 7.23.2 (#108) #218

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run type-check