Skip to content

chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 #1548

chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6

chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 #1548

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
- run: npm ci
- run: npm run build
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
- run: npm ci
- run: npm run test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
- run: npm ci
- run: npm run lint