Skip to content

chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 (#37) #65

chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 (#37)

chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 (#37) #65

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: build
run: yarn run build
- name: test
run: yarn test