Skip to content

Bump prettier from 3.4.1 to 3.8.2 #2240

Bump prettier from 3.4.1 to 3.8.2

Bump prettier from 3.4.1 to 3.8.2 #2240

Workflow file for this run

name: ESLint & Prettier
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lint code
uses: actions/setup-node@v6
with:
node-version: 24.x
- run: npm ci
- run: npm run lint