From 27e59094012f5f234ffa26a942107cfb749beae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Fri, 20 Aug 2021 14:47:44 +0200 Subject: [PATCH] Use node 14 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 59a1ab7..5ad937f 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: result: description: The return value of the script, stringified with `JSON.stringify` runs: - using: node12 + using: node14 main: dist/index.js