From dc36190a8eb7d952fcffa70562dd3644bbf65345 Mon Sep 17 00:00:00 2001 From: adamhenson Date: Fri, 3 May 2024 12:31:37 -0400 Subject: [PATCH] feat: update Node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ec6325059..656e8ec87 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ inputs: wait: description: 'If "true", waits for all audit results to be returned, otherwise URLs are only enqueued.' runs: - using: 'node18' + using: 'node20' main: 'dist/index.js' branding: icon: 'zap'