Skip to content

Bump @babel/traverse from 7.22.10 to 7.28.6 #89

Bump @babel/traverse from 7.22.10 to 7.28.6

Bump @babel/traverse from 7.22.10 to 7.28.6 #89

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
name: Test & Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn test
- run: yarn lint