Skip to content

chore(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 #184

chore(deps-dev): bump ts-jest from 29.2.3 to 29.2.4

chore(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 #184

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Test on node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test-cov