Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.15.0 #206

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.15.0

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.15.0 #206

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