Skip to content

Bump @babel/traverse from 7.21.5 to 7.23.2 #336

Bump @babel/traverse from 7.21.5 to 7.23.2

Bump @babel/traverse from 7.21.5 to 7.23.2 #336

Workflow file for this run

name: Check CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js environment
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Build
run: yarn run build
- name: Test
run: xvfb-run yarn test