From d02c0410fda14e83f0bd717331d28515721f2a82 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Thu, 3 Oct 2024 16:13:25 -0700 Subject: [PATCH] fix: `node12` deprecation warning for consumers --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c169c32062..9d3b65c0c4 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ outputs: pull-request-number: description: 'The pull request number' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' branding: icon: 'git-pull-request'