Skip to content

Bump ts-jest from 29.4.1 to 29.4.4 #72

Bump ts-jest from 29.4.1 to 29.4.4

Bump ts-jest from 29.4.1 to 29.4.4 #72

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
npm install
npm run test