Skip to content

chore(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.2 #93

chore(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.2 #93

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Run test suites
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests with coverage
run: npm run test:coverage