Skip to content

Commit a6dd0ef

Browse files
authored
docs(init-npm): Update README default Node.js version to 24.x
1 parent 19d3136 commit a6dd0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/init-npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This GitHub Action sets up Node.js, installs dependencies using npm, and builds
66

77
| Name | Description | Default | Required |
88
|----------------|---------------------------------------|---------|----------|
9-
| `node_version` | Node.js version to set up ([supported versions](https://github.com/actions/setup-node#supported-version-syntax)) | `22.x` | false |
9+
| `node_version` | Node.js version to set up ([supported versions](https://github.com/actions/setup-node#supported-version-syntax)) | `24.x` | false |
1010
| `path` | Path to the directory containing your Node.js project | `.` | false |
1111

1212
## 🚀 Usage

0 commit comments

Comments
 (0)