From 9e25c79c3431d7c8fd4b9996350376e7284c7789 Mon Sep 17 00:00:00 2001 From: Pavel Dvoinos Date: Tue, 1 Nov 2022 15:55:34 +0200 Subject: [PATCH] update 12 to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 42f23f5..a04c425 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ outputs: runs: # JS ACTION - using: 'node12' + using: 'node16' pre: 'setup.js' main: 'index.js' post: 'goodbye.js'