Skip to content

Bump @babel/traverse from 7.10.3 to 7.24.1 #191

Bump @babel/traverse from 7.10.3 to 7.24.1

Bump @babel/traverse from 7.10.3 to 7.24.1 #191

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Begin CI...
uses: actions/checkout@v2
- name: Lint
run: make lint
- name: Test
run: make test
- name: Build
run: make build