Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.2 #32

Bump @babel/traverse from 7.15.4 to 7.23.2

Bump @babel/traverse from 7.15.4 to 7.23.2 #32

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn type-check
- run: yarn build
- uses: actions/upload-artifact@v2
with:
name: build-output
path: dist
if-no-files-found: error