Skip to content

Bump ts-jest from 29.1.5 to 29.2.2 #1155

Bump ts-jest from 29.1.5 to 29.2.2

Bump ts-jest from 29.1.5 to 29.2.2 #1155

Workflow file for this run

---
name: build-test
on:
pull_request:
push:
branches:
- main
- releases/*
jobs:
build:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm run all