Skip to content

dependabot: bump @types/node from 20.14.9 to 20.14.10 #204

dependabot: bump @types/node from 20.14.9 to 20.14.10

dependabot: bump @types/node from 20.14.9 to 20.14.10 #204

Workflow file for this run

name: Run Jest tests
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
- run: npm ci
- run: npm test