Skip to content

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

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

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

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