From 0980fb953227c0eda693711faad8521d647b72a0 Mon Sep 17 00:00:00 2001 From: Aleksei Igrychev Date: Wed, 14 Feb 2024 15:30:21 +0000 Subject: [PATCH] feat: use Node.js v20 Signed-off-by: Aleksei Igrychev --- action.yml | 2 +- build/action.yml | 2 +- cleanup/action.yml | 2 +- converge/action.yml | 2 +- dismiss/action.yml | 2 +- install/action.yml | 2 +- run/action.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index b99061a..e1a8270 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ inputs: description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks' required: false runs: - using: 'node16' + using: 'node20' main: 'converge/index.js' diff --git a/build/action.yml b/build/action.yml index 6f30748..fb33b4e 100644 --- a/build/action.yml +++ b/build/action.yml @@ -20,5 +20,5 @@ inputs: description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/cleanup/action.yml b/cleanup/action.yml index bfa89fd..6f9a19d 100644 --- a/cleanup/action.yml +++ b/cleanup/action.yml @@ -20,5 +20,5 @@ inputs: description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/converge/action.yml b/converge/action.yml index 0ec6fea..846ba0d 100644 --- a/converge/action.yml +++ b/converge/action.yml @@ -23,5 +23,5 @@ inputs: description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/dismiss/action.yml b/dismiss/action.yml index 2bfd38a..6552922 100644 --- a/dismiss/action.yml +++ b/dismiss/action.yml @@ -23,5 +23,5 @@ inputs: description: 'Base64 encoded kubeconfig data used for deployment, cleanup and distributed locks' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/install/action.yml b/install/action.yml index 6698bdb..5e781b4 100644 --- a/install/action.yml +++ b/install/action.yml @@ -17,5 +17,5 @@ inputs: default: '0' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/run/action.yml b/run/action.yml index 9ebe937..afe5242 100644 --- a/run/action.yml +++ b/run/action.yml @@ -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'