From 07c2247e9170576596c6fcaee47aa111a330b786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fritze?= <47802+renefritze@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:08:24 +0200 Subject: [PATCH] switch action to run on node 20 (#30) See 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 fd7edb7..ce1321d 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ outputs: description: "The sum of all `files_*_count` outputs" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "wind"