Task
GitHub Actions is deprecating Node.js 20 runners starting June 2nd, 2026. The beekeeper.yml workflow uses actions that still run on Node.js 20:
All upgraded versions require a minimum runner version of 2.327.1 (already met by ubuntu-latest).
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Acceptance criteria
AI Disclosure
Task
GitHub Actions is deprecating Node.js 20 runners starting June 2nd, 2026. The
beekeeper.ymlworkflow uses actions that still run on Node.js 20:All upgraded versions require a minimum runner version of 2.327.1 (already met by
ubuntu-latest).Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Acceptance criteria
.github/workflows/beekeeper.ymluse Node.js 24 compatible versionsAI Disclosure