chore: upgrade nodejs from 20 to 24

Signed-off-by: harsha.venugopal <harsha@ledn.io>
This commit is contained in:
harsha.venugopal 2026-01-23 00:17:08 -05:00
parent 64c9b14150
commit dd5daeb61f
No known key found for this signature in database
GPG key ID: BE2DA0F39A35B3EB
4 changed files with 13 additions and 13 deletions

View file

@ -121,6 +121,6 @@ outputs:
description: 'Build result metadata'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
post: 'dist/index.js'