From c125fff2e38ab563609e393caae6c590d9cf9dbe Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Thu, 13 Oct 2022 20:02:00 +0200 Subject: [PATCH] :wrench: Use newer node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61fb1e2..960636d 100644 --- a/action.yml +++ b/action.yml @@ -72,5 +72,5 @@ inputs: description: 'Lightness used by the color range feature. Defaults to 40.' required: false runs: - using: 'node12' + using: 'node16' main: 'index.js'