Skip to content

chore(deps-dev): bump typescript from 4.7.4 to 4.9.5 #422

chore(deps-dev): bump typescript from 4.7.4 to 4.9.5

chore(deps-dev): bump typescript from 4.7.4 to 4.9.5 #422

Workflow file for this run

on: ["push", "pull_request"]
name: Test coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 17
- run: npm ci
- run: npm run test
- uses: codecov/codecov-action@v2
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)