From c147d3f3ca48bbb213a75c144a909f83cd2c984c Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 17 Feb 2026 13:28:17 +0100 Subject: [PATCH] feat!: drop Node.js 24 support --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 088b18a..fe97198 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,6 @@ outputs: bin_dest: description: Location of `pnpm` and `pnpx` command runs: - using: node22 + using: node24 main: dist/index.js post: dist/index.js