From 3ef43188b22ccc25226e7e39bfbe5d5ee2599a58 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 14 Dec 2025 11:13:42 -0500 Subject: [PATCH] feat(supported-version)!: upgrade to use node24 --- supported-version/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-version/action.yml b/supported-version/action.yml index 13ee442..a18f17b 100644 --- a/supported-version/action.yml +++ b/supported-version/action.yml @@ -28,7 +28,7 @@ outputs: value: ${{ steps.generate.outputs.matrix }} runs: - using: "node16" + using: "node24" main: dist/index.js branding: