From fa417bc17fe9a37ee74e27ac196d163d1df97889 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 8 Feb 2024 14:28:37 +1300 Subject: [PATCH] Bump runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index efc3bce..2c22fdb 100644 --- a/action.yml +++ b/action.yml @@ -119,5 +119,5 @@ outputs: description: 'Check issue' runs: - using: node16 + using: node20 main: 'dist/index.js'