mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 15:07:04 +00:00
Modify GitHub Actions workflows to execute strictly against Node.js 24.x. * Reduced the execution matrix in BuildAndTest.yml to remove deprecated and redundant runtimes (versions 20 through 23). * Explicitly pinned the setup-node step in main-branch-publish-manual-tests.yaml to version 24.x. This eliminates unnecessary CI resource consumption. Node 24 is the active LTS, and exhaustive version testing is no longer warranted for the legacy infrastructure given the transition to the native Go toolchain.