Skip to content

Bump typescript from 5.4.5 to 5.5.3 (#112) #182

Bump typescript from 5.4.5 to 5.5.3 (#112)

Bump typescript from 5.4.5 to 5.5.3 (#112) #182

Workflow file for this run

---
name: Unit Tests
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- .github/workflows/unit-tests.yml
- .tool-versions
- jest.config.json
- package.json
- src/**
- tsconfig.json
push:
branches:
- main
jobs:
jest:
name: Jest
uses: fabasoad/reusable-workflows/.github/workflows/wf-js-unit-tests.yml@main
secrets:
code-climate-test-reporter-id: "${{ secrets.CC_TEST_REPORTER_ID }}"