From 10233a793786695d7cf0ce06e9b67a9a7f352a50 Mon Sep 17 00:00:00 2001 From: Prasad Prabhu Date: Sun, 27 Aug 2023 23:20:58 +0530 Subject: [PATCH] upgrading to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d4f6be..61a1d98 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ inputs: description: 'A type to indicate whether this is a personal access token or github app access token. Allowed types: "personal" and "app". This impacts the ability to create empty groups' default: 'personal' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'