Skip to content

chore(deps-dev): bump @babel/traverse from 7.18.2 to 7.29.0 #60

chore(deps-dev): bump @babel/traverse from 7.18.2 to 7.29.0

chore(deps-dev): bump @babel/traverse from 7.18.2 to 7.29.0 #60

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test