From 55d577a25b7106ebc3001353d981ecf8b0150df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Mon, 4 Mar 2024 11:30:22 +0100 Subject: [PATCH] feat: update action to node 20 (#283) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6d00ff2..04b8344 100644 --- a/action.yml +++ b/action.yml @@ -66,4 +66,4 @@ inputs: required: false runs: main: dist/index.js - using: node16 + using: node20