Skip to content

Bump @babel/traverse from 7.12.13 to 7.23.2 #62

Bump @babel/traverse from 7.12.13 to 7.23.2

Bump @babel/traverse from 7.12.13 to 7.23.2 #62

Workflow file for this run

name: All packages build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Build
run: npm run lerna:build