From 3b871309359119436f0957c662eefc9a20de986d Mon Sep 17 00:00:00 2001 From: Owen Barton Date: Mon, 31 Aug 2026 16:52:19 -0700 Subject: [PATCH] Upgrade from depreciated node20 to node24. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d3c03907..dcc42334 100644 --- a/action.yml +++ b/action.yml @@ -153,5 +153,5 @@ outputs: description: 'Whether export succeeded (true/false)' runs: - using: 'node20' + using: 'node24' main: 'action/dist/index.js' \ No newline at end of file