Skip to content

Bump ts-jest from 29.2.4 to 29.2.5 (#561) #1208

Bump ts-jest from 29.2.4 to 29.2.5 (#561)

Bump ts-jest from 29.2.4 to 29.2.5 (#561) #1208

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.3
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm run all