Skip to content

Bump @babel/traverse from 7.22.20 to 7.23.2 #156

Bump @babel/traverse from 7.22.20 to 7.23.2

Bump @babel/traverse from 7.22.20 to 7.23.2 #156

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm test