From 2b13ca10bd074b65f515be9f32c45fd660f9b531 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 8 Oct 2025 17:44:06 -0700 Subject: [PATCH] Use `node24` GitHub Actions runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 603fd10..6ec64fe 100644 --- a/action.yml +++ b/action.yml @@ -45,5 +45,5 @@ inputs: default: 'true' runs: - using: 'node16' + using: 'node24' main: 'dist/index.js'