Skip to content

Commit 3f67b61

Browse files
authored
Update Node.js version to 24.x in tutorial
1 parent 4f731f6 commit 3f67b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/tutorials/create-actions/create-a-javascript-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Once you complete this project, you should understand how to build your own Java
3737

3838
Before you begin, you'll need to download Node.js and create a public {% data variables.product.prodname_dotcom %} repository.
3939

40-
1. Download and install Node.js 20.x, which includes npm.
40+
1. Download and install Node.js 24.x, which includes npm.
4141

4242
https://nodejs.org/en/download/
4343

@@ -76,7 +76,7 @@ outputs:
7676
description: The time we greeted you
7777

7878
runs:
79-
using: node20
79+
using: node24
8080
main: dist/index.js
8181
```
8282

0 commit comments

Comments
 (0)