We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d3136 commit a6dd0efCopy full SHA for a6dd0ef
1 file changed
actions/init-npm/README.md
@@ -6,7 +6,7 @@ This GitHub Action sets up Node.js, installs dependencies using npm, and builds
6
7
| Name | Description | Default | Required |
8
|----------------|---------------------------------------|---------|----------|
9
-| `node_version` | Node.js version to set up ([supported versions](https://github.com/actions/setup-node#supported-version-syntax)) | `22.x` | false |
+| `node_version` | Node.js version to set up ([supported versions](https://github.com/actions/setup-node#supported-version-syntax)) | `24.x` | false |
10
| `path` | Path to the directory containing your Node.js project | `.` | false |
11
12
## 🚀 Usage
0 commit comments