Skip to content

Bump @babel/traverse from 7.12.12 to 7.23.2 #197

Bump @babel/traverse from 7.12.12 to 7.23.2

Bump @babel/traverse from 7.12.12 to 7.23.2 #197

Workflow file for this run

name: CI/CD
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Install + Build + Test
container: node:16.20-alpine
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn build
- run: yarn test