Skip to content

Bump @babel/traverse from 7.11.0 to 7.24.5 #35

Bump @babel/traverse from 7.11.0 to 7.24.5

Bump @babel/traverse from 7.11.0 to 7.24.5 #35

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: npm install, npm test
run: |
npm install
npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2