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

Bump @babel/traverse from 7.12.17 to 7.23.2 #55

Bump @babel/traverse from 7.12.17 to 7.23.2

Bump @babel/traverse from 7.12.17 to 7.23.2 #55

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: yarn lint
- name: Ensure build succeeds
run: yarn build:preview