Skip to content

build(deps): bump @babel/traverse from 7.20.10 to 7.23.2 (#44) #110

build(deps): bump @babel/traverse from 7.20.10 to 7.23.2 (#44)

build(deps): bump @babel/traverse from 7.20.10 to 7.23.2 (#44) #110

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lint and Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Yarn Install
run: yarn install --immutable
- name: Building
run: yarn build