Skip to content

Bump @babel/traverse from 7.5.0 to 7.23.2 #210

Bump @babel/traverse from 7.5.0 to 7.23.2

Bump @babel/traverse from 7.5.0 to 7.23.2 #210

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: install and tests
run: |
yarn install
yarn test
yarn size
env:
CI: true