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 ```