Skip to content

Bump @babel/traverse from 7.20.5 to 7.28.0 #108

Bump @babel/traverse from 7.20.5 to 7.28.0

Bump @babel/traverse from 7.20.5 to 7.28.0 #108

Workflow file for this run

name: Node CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
- name: Install
run: make install
- name: Run linter
run: make lint
- name: Run tests
run: make test