From 3eea88aa56a99b68aff42a69554590e208270ed5 Mon Sep 17 00:00:00 2001 From: Vincent Esche <138017+regexident@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:28:54 +0200 Subject: [PATCH] Bump node from v16 to v20 More info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6ab7f6ba..4e84732f 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ outputs: use-runner: description: 'The runner to use, either the primary or the fallback runner, based on availability' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'