From 19e754f2b1ee06ee868ef2b745229967e02b3530 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 12 Sep 2023 17:43:23 +0200 Subject: [PATCH] feat: update action runtime to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d264e38..745ac94 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ outputs: pull-request-head-sha: description: 'The commit SHA of the pull request branch.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'git-pull-request'