update to use node 24

This commit is contained in:
Salman Chishti
2025-07-25 11:27:43 +00:00
parent de65e23aa2
commit 6c33d18d0a
4 changed files with 26 additions and 10 deletions

View File

@@ -61,5 +61,5 @@ outputs:
description: >
SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
runs:
using: 'node20'
using: 'node24'
main: '../dist/merge/index.js'