From 3f67b619822d8b399e5e5bac35c6807bf6678037 Mon Sep 17 00:00:00 2001 From: Marko Kohtala Date: Fri, 24 Jul 2026 12:15:21 +0300 Subject: [PATCH] Update Node.js version to 24.x in tutorial --- .../tutorials/create-actions/create-a-javascript-action.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/tutorials/create-actions/create-a-javascript-action.md b/content/actions/tutorials/create-actions/create-a-javascript-action.md index afe6eb45eef4..c13bc5744730 100644 --- a/content/actions/tutorials/create-actions/create-a-javascript-action.md +++ b/content/actions/tutorials/create-actions/create-a-javascript-action.md @@ -37,7 +37,7 @@ Once you complete this project, you should understand how to build your own Java Before you begin, you'll need to download Node.js and create a public {% data variables.product.prodname_dotcom %} repository. -1. Download and install Node.js 20.x, which includes npm. +1. Download and install Node.js 24.x, which includes npm. https://nodejs.org/en/download/ @@ -76,7 +76,7 @@ outputs: description: The time we greeted you runs: - using: node20 + using: node24 main: dist/index.js ```