From fac636e8a9e9475088a22357d5e0e5ec16fb11a0 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Sun, 18 Feb 2024 18:51:26 +1300 Subject: [PATCH] chore: Bump runtime to node20 (#190) --- 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'