Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 #175

Bump @babel/traverse from 7.17.3 to 7.23.2

Bump @babel/traverse from 7.17.3 to 7.23.2 #175

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [$default_branch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn install:example --frozen-lockfile
- run: yarn ci
- uses: codecov/codecov-action@v1
- run: yarn build