4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

use node20 instead of node16

This commit is contained in:
Ben Podoll 2024-02-02 10:13:55 -06:00 committed by GitHub
parent 1f87a575d0
commit 73b8376afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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