Skip to content

Bump @babel/traverse from 7.12.10 to 7.23.2 (#34) #56

Bump @babel/traverse from 7.12.10 to 7.23.2 (#34)

Bump @babel/traverse from 7.12.10 to 7.23.2 (#34) #56

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- name: Codecov
if: ${{ success() }}
run: npm run report-coverage
continue-on-error: true