Skip to content

Bump @babel/traverse from 7.21.2 to 7.23.2 #523

Bump @babel/traverse from 7.21.2 to 7.23.2

Bump @babel/traverse from 7.21.2 to 7.23.2 #523

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@v3
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm test
env:
CI: true
- run: npm run write-docs
- run: npm run prepublishOnly