From 12a40595fc63ad8f971aeb50f7016fec90eea318 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 25 Jan 2024 10:29:10 -0600 Subject: [PATCH] Upgrade to Node 20 (#36) https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 954653b..a1acaba 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: version: description: 'Version of the hlint tool (same as input, if provided)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'arrow-down-circle'