Skip to content

Bump @babel/traverse from 7.18.6 to 7.23.5 #119

Bump @babel/traverse from 7.18.6 to 7.23.5

Bump @babel/traverse from 7.18.6 to 7.23.5 #119

Workflow file for this run

name: Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm test
env:
CI: true