Skip to content

Bump @babel/traverse from 7.18.6 to 7.23.2 #220

Bump @babel/traverse from 7.18.6 to 7.23.2

Bump @babel/traverse from 7.18.6 to 7.23.2 #220

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: lint
run: npm run lint && npm run tsc
- name: test
run: npm run test:coverage
- name: Generate coverage
run: bash <(curl -s https://codecov.io/bash)