From 9e115f1b3bd00819d081216931b59b08b464188e Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:47:38 +0200 Subject: [PATCH] bump node version to 20 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 76e78f4..72275ce 100644 --- a/action.yml +++ b/action.yml @@ -32,5 +32,5 @@ outputs: description: The result of check runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'