Skip to content

build(deps-dev): bump typescript from 4.5.4 to 5.6.3 #780

build(deps-dev): bump typescript from 4.5.4 to 5.6.3

build(deps-dev): bump typescript from 4.5.4 to 5.6.3 #780

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- name: Install
run: npm ci
- name: Jest Tests
run: npm test
- name: Coverage Upload
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage