Skip to content

Bump @types/jest from 29.5.12 to 29.5.13 in the js-dependencies group #9

Bump @types/jest from 29.5.12 to 29.5.13 in the js-dependencies group

Bump @types/jest from 29.5.12 to 29.5.13 in the js-dependencies group #9

Workflow file for this run

name: "Test Node.js project with Jest"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm ci
- run: npm test