Update Node.js version from 20 to 24 (#136)

This commit is contained in:
Dawid Dziurla
2026-03-13 10:52:07 +01:00
committed by GitHub
parent 6c0a4f8651
commit 7e7e9693e6
+1 -1
View File
@@ -47,6 +47,6 @@ outputs:
output: output:
description: The captured output of both stdout and stderr from the Ansible Playbook run description: The captured output of both stdout and stderr from the Ansible Playbook run
runs: runs:
using: node20 using: node24
main: main.js main: main.js
post: post.js post: post.js