Skip to content

Bump @babel/traverse from 7.18.5 to 7.23.2 #150

Bump @babel/traverse from 7.18.5 to 7.23.2

Bump @babel/traverse from 7.18.5 to 7.23.2 #150

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js v16
uses: actions/setup-node@v4
with:
node-version: 16
- name: yarn install, build, and test
run: |
yarn --frozen-lockfile
yarn typecheck
yarn build
yarn test --ci --coverage
yarn lint
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
env:
CI: true