Skip to content

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 #5119

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 #5119

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
timeout-minutes: 3
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci .
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
env:
SLACK_WEBHOOK_URL: https://example.com
CI: true
- name: Codecov
uses: codecov/codecov-action@v4