Skip to content

chore: Bump ts-jest from 29.4.0 to 29.4.1 in the minor-updates group … #162

chore: Bump ts-jest from 29.4.0 to 29.4.1 in the minor-updates group …

chore: Bump ts-jest from 29.4.0 to 29.4.1 in the minor-updates group … #162

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run all checks
run: npm run all