Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.9 (#12) #41

Bump @babel/traverse from 7.22.8 to 7.23.9 (#12)

Bump @babel/traverse from 7.22.8 to 7.23.9 (#12) #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: |
yarn
yarn lint
yarn format:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: |
yarn
yarn test