Skip to content

chore(deps-dev): bump typescript from 5.1.3 to 5.2.2 #426

chore(deps-dev): bump typescript from 5.1.3 to 5.2.2

chore(deps-dev): bump typescript from 5.1.3 to 5.2.2 #426

Workflow file for this run

name: Running Code Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test -- --coverage
- uses: codecov/codecov-action@v3