feat(action): use node 16

This commit is contained in:
jayesh100
2022-10-21 12:41:04 +11:00
parent e5e6d49cdd
commit 66381be661
7 changed files with 7 additions and 7 deletions

View File

@@ -23,5 +23,5 @@ inputs:
description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'index.js'