Skip to content

chore(deps): bump @babel/traverse from 7.20.12 to 7.23.2 #2091

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

chore(deps): bump @babel/traverse from 7.20.12 to 7.23.2 #2091

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Lint and test
run: |
yarn install --frozen-lockfile
yarn prepublishOnly
yarn lint
yarn prettier --check '**/*'
yarn test