Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Bump @babel/traverse from 7.7.4 to 7.24.0 #89

Bump @babel/traverse from 7.7.4 to 7.24.0

Bump @babel/traverse from 7.7.4 to 7.24.0 #89

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: |
npm install