Skip to content

Bump ts-jest from 28.0.5 to 29.3.3 #709

Bump ts-jest from 28.0.5 to 29.3.3

Bump ts-jest from 28.0.5 to 29.3.3 #709

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-nodemodules-${{ hashFiles('package.json') }}
restore-keys: ${{ runner.os }}-nodemodules
- uses: Project-Env/project-env-github-action@v1.5.0
- run: npm install
- run: npm test