Skip to content

chore(deps-dev): Bump ts-jest from 29.1.4 to 29.1.5 #689

chore(deps-dev): Bump ts-jest from 29.1.4 to 29.1.5

chore(deps-dev): Bump ts-jest from 29.1.4 to 29.1.5 #689

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'feature/*'
- 'releases/*'
jobs:
# make sure build/ci work properly
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all