Skip to content

Bump @babel/traverse from 7.21.5 to 7.23.2 #271

Bump @babel/traverse from 7.21.5 to 7.23.2

Bump @babel/traverse from 7.21.5 to 7.23.2 #271

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Lint Test and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18"
- run: yarn install
- run: yarn eslint
- run: yarn test
- run: yarn build