Skip to content

Bump @babel/traverse from 7.15.0 to 7.23.2 #208

Bump @babel/traverse from 7.15.0 to 7.23.2

Bump @babel/traverse from 7.15.0 to 7.23.2 #208

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js 14.17.1
uses: actions/setup-node@v2
with:
node-version: '14.17.1'
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Test
run: yarn test