Skip to content

Bump @babel/traverse from 7.10.1 to 7.23.2 #204

Bump @babel/traverse from 7.10.1 to 7.23.2

Bump @babel/traverse from 7.10.1 to 7.23.2 #204

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn run lint