Skip to content

Bump @babel/traverse from 7.12.10 to 7.23.2 #130

Bump @babel/traverse from 7.12.10 to 7.23.2

Bump @babel/traverse from 7.12.10 to 7.23.2 #130

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test