Skip to content

Bump eslint-plugin-jest from 28.8.3 to 28.9.0 #1313

Bump eslint-plugin-jest from 28.8.3 to 28.9.0

Bump eslint-plugin-jest from 28.8.3 to 28.9.0 #1313

Workflow file for this run

---
name: build-test
on:
pull_request:
push:
branches:
- main
- releases/*
jobs:
build:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm run all