feat: use Node.js v20

Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
This commit is contained in:
Aleksei Igrychev
2024-02-14 15:30:21 +00:00
parent ed26ed00c3
commit 0980fb9532
7 changed files with 7 additions and 7 deletions

View File

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