Skip to content

chore(dev-deps): bump typescript from 5.3.3 to 5.4.2 #37

chore(dev-deps): bump typescript from 5.3.3 to 5.4.2

chore(dev-deps): bump typescript from 5.3.3 to 5.4.2 #37

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
yarn-lockfile-check:
uses: ClayChipps/sf-chipps-github-workflows/.github/workflows/lockFileCheck.yml@main
linux-unit-tests:
needs: yarn-lockfile-check
uses: ClayChipps/sf-chipps-github-workflows/.github/workflows/unitTestsLinux.yml@main
windows-unit-tests:
needs: yarn-lockfile-check
uses: ClayChipps/sf-chipps-github-workflows/.github/workflows/unitTestsWindows.yml@main