| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
fix(base): unpin nodejs version to fix build failure nodesource removed nodejs=22.22.1-1nodesource1 from the node_22.x repo, breaking the Docker build. Install the latest Node.js 22.x instead of pinning a specific patch version. npm remains pinned to 11.11.0 for the bundled tar security fixes.
…test container by default
…ll/push from github
Initial TUI aka Gator
| Back | FazBrowse Home | New Git URL |
fix(base): unpin nodejs version to fix build failure
nodesource removed nodejs=22.22.1-1nodesource1 from the node_22.x repo, breaking the Docker build. Install the latest Node.js 22.x instead of pinning a specific patch version.