From 78b85cde3567b79a3106908efa07c41838729a5a Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Fri, 21 Aug 2026 12:01:31 +0200 Subject: [PATCH] Update from Node 20 to 24 --- .github/actions/push-manifest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/push-manifest/action.yml b/.github/actions/push-manifest/action.yml index d9c0054a..fa9b2ca2 100644 --- a/.github/actions/push-manifest/action.yml +++ b/.github/actions/push-manifest/action.yml @@ -16,5 +16,5 @@ inputs: tags: description: Additional tags that should be applied to the manifest runs: - using: node20 + using: node24 main: dist/index.js