From 6b53bddedb617ae3378b89eedb7dcc5c7d50049c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Sun, 24 Sep 2023 16:04:39 +0200 Subject: [PATCH] Node 20 runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cb42ae8c..32f082cc 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ inputs: default: stable runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'