Skip to content

Bump @babel/traverse from 7.17.0 to 7.25.6 #15

Bump @babel/traverse from 7.17.0 to 7.25.6

Bump @babel/traverse from 7.17.0 to 7.25.6 #15

Workflow file for this run

name: CI
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install -y tcl-dev
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: npm
- run: npm install
- run: npm run lint
- run: npm run coverage:ci
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}