Skip to content

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 #69

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 #69

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 21.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test
build:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 21.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build