Skip to content

Bump @types/jest from 29.5.6 to 29.5.11 #631

Bump @types/jest from 29.5.6 to 29.5.11

Bump @types/jest from 29.5.6 to 29.5.11 #631

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run test