Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.2 #87

Bump @babel/traverse from 7.20.1 to 7.23.2

Bump @babel/traverse from 7.20.1 to 7.23.2 #87

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run type:check
- run: npm run test