From d7a1cbd9a6146e8b9554a9be69dd5cecdc8d5ea8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 30 Dec 2023 11:45:30 +0100 Subject: [PATCH] Use Node 20 by Action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 024672be..4347df6d 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,6 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' post: 'cleanup.js'