Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.2 #77

Bump @babel/traverse from 7.15.4 to 7.23.2

Bump @babel/traverse from 7.15.4 to 7.23.2 #77

Workflow file for this run

name: Unittest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: actions/checkout@v2
- run: npm ci
- run: npm test