Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -76,7 +76,7 @@ outputs:
description: The time we greeted you

runs:
using: node20
using: node24
main: dist/index.js
```

Expand Down
Loading