Support Node 24 runtime (#426)

Update the action runtime, engine constraint, and CI workflow pins from Node 20 to Node 24 per GitHub's guidance on the deprecation of Node 20 on GitHub Actions runners: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
This commit is contained in:
Levi Buzolic
2026-03-27 23:20:13 +11:00
committed by GitHub
parent 930b3281ba
commit d5f3979a5f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -98,5 +98,5 @@ outputs:
description: The commit unique id of the execution action version
runs:
using: node20
using: node24
main: dist/index.js