Skip to content

build(deps): bump @babel/traverse from 7.20.13 to 7.23.7 #316

build(deps): bump @babel/traverse from 7.20.13 to 7.23.7

build(deps): bump @babel/traverse from 7.20.13 to 7.23.7 #316

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install workspace
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test-ci