Skip to content

Bump @types/jest from 29.5.13 to 29.5.14 in the runtime-dependencies group #538

Bump @types/jest from 29.5.13 to 29.5.14 in the runtime-dependencies group

Bump @types/jest from 29.5.13 to 29.5.14 in the runtime-dependencies group #538

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
jobs:
jest:
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.event.pull_request.draft == false
name: Test runner
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- run: npm ci
- run: npm test