From 6eba12cfa8a263db29ee1dd3b80c3e5d47f58a4b Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Sat, 3 Feb 2024 13:27:16 -0500 Subject: [PATCH] bump to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 301cb84..dd52f7d 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: '(optional) The message of the pull request review.' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'