Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/report-app.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions crates/reforge-output/assets/report-app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ JSON, YAML, or SARIF output in the pull request description.

## Report App Development

The React report app requires Node.js `^20.19.0` or `>=22.12.0` and npm; CI uses
Node.js 22. Vite 8 is installed from the locked frontend dependencies, so use
the package scripts instead of a global Vite installation:
The React report app requires Node.js `^22.12.0`, `^24.0.0`, or `>=26.0.0` and
npm; CI uses Node.js 22. Vite 8 is installed from the locked frontend
dependencies, so use the package scripts instead of a global Vite installation:

```powershell
cd web\report-app
Expand Down
Loading
Loading