Bump to node24

node20 is deprecated, see https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
This commit is contained in:
Daniel Hofstetter
2026-03-12 11:04:18 +01:00
parent cbf689686c
commit a9ac92980f
+1 -1
View File
@@ -12,7 +12,7 @@ inputs:
description: "Disable annotation generation in post-run." description: "Disable annotation generation in post-run."
default: 'false' default: 'false'
runs: runs:
using: "node20" using: "node24"
main: "dist/setup/index.js" main: "dist/setup/index.js"
post: "dist/show_stats/index.js" post: "dist/show_stats/index.js"
branding: branding: