Skip to content

Bump @babel/traverse from 7.19.4 to 7.23.2 #500

Bump @babel/traverse from 7.19.4 to 7.23.2

Bump @babel/traverse from 7.19.4 to 7.23.2 #500

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: yarn
- name: Build App
run: yarn build
- name: Run Tests
run: yarn test