From e8f2acd4d9b3f140f9246e09ce178bd07639c580 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 11 Oct 2022 03:55:17 -0600 Subject: [PATCH] feat: upgrade to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b700a6bd..154158994 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ outputs: description: "Indicates whether custom patterns were used" runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/cleanup/index.js'