Skip to content

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

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

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

Workflow file for this run

name: Code Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run the tests
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3