Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 #53

Bump @babel/traverse from 7.22.5 to 7.23.2

Bump @babel/traverse from 7.22.5 to 7.23.2 #53

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
node-version: [14.x, 16.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- name: Coveralls
uses: coverallsapp/github-action@master