Skip to content

Bump typescript from 5.7.2 to 6.0.2 #1315

Bump typescript from 5.7.2 to 6.0.2

Bump typescript from 5.7.2 to 6.0.2 #1315

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