Skip to content

Bump @babel/traverse from 7.18.8 to 7.24.6 #236

Bump @babel/traverse from 7.18.8 to 7.24.6

Bump @babel/traverse from 7.18.8 to 7.24.6 #236

Workflow file for this run

name: CI test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run coverage
env:
CI: true