Skip to content

Chore: updating the ts-jest dependency #11

Chore: updating the ts-jest dependency

Chore: updating the ts-jest dependency #11

Workflow file for this run

name: CI-Specs
on: [push]
jobs:
specs-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install
- name: Run specs
run: npm run test