Skip to content

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.2 #3535

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.2

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.2 #3535

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose