From 74f61e585c4fcc74c9229da042d774288b88a28a Mon Sep 17 00:00:00 2001 From: "nils.hermansson" Date: Wed, 30 Nov 2022 08:08:23 +0100 Subject: [PATCH] bump node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c6ba97e..fd9b72d 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: The optional branch name to wait for the status update required: false runs: - using: node12 + using: node16 main: dist/index.js