Skip to content

Bump prettier from 3.4.1 to 3.8.2 #1371

Bump prettier from 3.4.1 to 3.8.2

Bump prettier from 3.4.1 to 3.8.2 #1371

Workflow file for this run

name: Documentation generation
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 docs