10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-03-29 02:56:56 +00:00

Update Node.js runtime from node20 to node24 (#259)

This commit is contained in:
David Gamero 2026-03-15 20:49:08 -04:00 committed by GitHub
parent 316ed5ab42
commit ca66f3880d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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