From f47f727883910216357de82b0971db8717cbef9b Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Wed, 12 Oct 2022 22:16:09 +0200 Subject: [PATCH] fix: update to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a32415b..00a1793 100644 --- a/action.yml +++ b/action.yml @@ -28,6 +28,6 @@ inputs: knative_eventing: description: "The version of Knative Eventing to install on the Kind cluster (not installed by default - example: v1.0.0)" runs: - using: "node12" + using: "node16" main: "main.js" post: "cleanup.js"