Skip to content

Bump ts-jest from 29.2.2 to 29.2.3 #903

Bump ts-jest from 29.2.2 to 29.2.3

Bump ts-jest from 29.2.2 to 29.2.3 #903

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v20
uses: actions/setup-node@v4.0.3
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn run test
- name: Run ESlint
run: yarn lint