Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Bump @babel/traverse from 7.14.7 to 7.23.2 #92

Bump @babel/traverse from 7.14.7 to 7.23.2

Bump @babel/traverse from 7.14.7 to 7.23.2 #92

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install Dependencies
run: yarn
- name: QA
run: yarn qa