From f75ef5f4c7c707b710983cbbd90d8208cd723830 Mon Sep 17 00:00:00 2001 From: Stefan Buck Date: Thu, 20 Oct 2022 23:45:15 +0200 Subject: [PATCH] Update nodejs version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8ec44db..7d8dcd0 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ outputs: jsonString: description: 'JSON string' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'