Skip to content

Bump @eslint/js from 9.39.1 to 9.39.2 #422

Bump @eslint/js from 9.39.1 to 9.39.2

Bump @eslint/js from 9.39.1 to 9.39.2 #422

Workflow file for this run

name: JS - ESLint
on:
push:
branches:
- main
- dev
- staging
pull_request:
branches:
- main
- dev
- staging
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install Node dependencies
run: npm ci
- name: Run ESLint
run: npm run lint:check