From 1943c2cec2c7da6c094064fb141020e110b84121 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 19 Aug 2026 17:42:03 -0500 Subject: [PATCH] Update to Node 24 Co-Authored-By: Claude Fable 5 --- .tool-versions | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 958fb36..12376e4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.12.2 +nodejs 24.19.0 diff --git a/action.yml b/action.yml index 2b77c52..0fefe67 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ outputs: description: The version of the AppPack CLI that was downloaded. runs: - using: 'node20' + using: 'node24' main: 'index.js'