Skip to content

chore(deps-dev): bump ts-jest from 29.1.3 to 29.2.5 #388

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

chore(deps-dev): bump ts-jest from 29.1.3 to 29.2.5 #388

Workflow file for this run

name: 👩‍⚕️ Star Atlas Factory Health Checks 👨‍⚕️️
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch git commit history
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Run linter
run: npm run lint
- name: Run tests
run: npm run test
- name: Check the dependencies of all packages for vulnerabilities
run: npm audit --audit-level=critical
- name: Ensure docs build
run: npm run docs