Skip to content

Bump @babel/traverse from 7.4.0 to 7.23.2 #143

Bump @babel/traverse from 7.4.0 to 7.23.2

Bump @babel/traverse from 7.4.0 to 7.23.2 #143

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test