Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.9 in /example #77

Bump @babel/traverse from 7.20.1 to 7.23.9 in /example

Bump @babel/traverse from 7.20.1 to 7.23.9 in /example #77

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Yarn install
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --cwd example --frozen-lockfile
- run: yarn install --frozen-lockfile
- run: yarn typescript
- run: yarn lint