Upgrade builds to node 24 (#2463)

This commit is contained in:
Sam Freund
2026-05-03 19:50:52 -05:00
committed by GitHub
parent de5fe76123
commit 4c9b36aa5c
8 changed files with 185 additions and 166 deletions

View File

@@ -12,7 +12,7 @@ This section contains the build instructions from the source code available at [
**Node JS:**
The UI is written in Node JS. To compile the UI, Node 22 or later is required. To install Node JS, follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/).
The UI is written in Node JS. To compile the UI, Node 24 or later is required. To install Node JS, follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/).
**pnpm:**