11
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-05-04 10:34:25 +00:00

Update Node.js runtime from node20 to node24

This commit is contained in:
David Gamero 2026-03-12 13:33:43 -04:00
parent bc9bc0ca28
commit 8c90c1fa9b
No known key found for this signature in database

View file

@ -20,5 +20,5 @@ outputs:
branding: branding:
color: 'blue' color: 'blue'
runs: runs:
using: 'node20' using: 'node24'
main: 'lib/index.js' main: 'lib/index.js'