From 5727c2a94914a10320a17f7541434628e9ce735e Mon Sep 17 00:00:00 2001 From: Peter Markewitz Date: Sat, 30 Dec 2023 08:28:34 +0000 Subject: [PATCH] Update action.yml use node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 75caf1e..9277d2d 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: required: false default: false runs: - using: node12 + using: node16 main: "dist/index.js" branding: icon: "archive"