Skip to content

build(deps): bump @babel/traverse from 7.18.9 to 7.23.2 #53

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

build(deps): bump @babel/traverse from 7.18.9 to 7.23.2 #53

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn build
- run: yarn test
env:
CI: true