Skip to content

Bump @babel/traverse from 7.21.3 to 7.23.2 #15

Bump @babel/traverse from 7.21.3 to 7.23.2

Bump @babel/traverse from 7.21.3 to 7.23.2 #15

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm test