Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.2 #38

Bump @babel/traverse from 7.16.10 to 7.23.2

Bump @babel/traverse from 7.16.10 to 7.23.2 #38

Workflow file for this run

name: Node.js
on:
push:
branches: [ master, '**', '!wip-**' ]
pull_request:
branches: [ master ]
jobs:
test-ci-job:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '12', '14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: make report-coveralls
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}