Skip to content

chore(deps): bump @babel/traverse from 7.24.0 to 7.24.7 #55

chore(deps): bump @babel/traverse from 7.24.0 to 7.24.7

chore(deps): bump @babel/traverse from 7.24.0 to 7.24.7 #55

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JS
uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install --frozen-lockfile # optional, --immutable
- run: yarn test
- run: yarn lint