Skip to content

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

chore(deps): bump @babel/traverse from 7.12.1 to 7.23.2

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

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: yarn install, test
run: |
yarn install
yarn test
env:
CI: true