Skip to content

build(deps): bump @babel/traverse from 7.19.6 to 7.23.2 #47

build(deps): bump @babel/traverse from 7.19.6 to 7.23.2

build(deps): bump @babel/traverse from 7.19.6 to 7.23.2 #47

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: yarn install
- name: Check lib
run: |
make
git diff --exit-code
- run: yarn test