From 5e2497c1e0e9cd9ef8a64ecf95b5ceddf3eec2e1 Mon Sep 17 00:00:00 2001 From: m-wayne Date: Wed, 20 Mar 2024 12:36:48 -0700 Subject: [PATCH] point action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 684108e..d825b41 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ outputs: group9: description: The 9th captured group. runs: - using: node16 + using: node20 main: dist/index.js branding: icon: search