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: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm test