Skip to content

Commit 4caf798

Browse files
feat(actions): update actions/setup-node@v4 (#1198)
Created automatically. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 657766c commit 4caf798

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f152de45cc393bb48ce5d89d36b731f54556e65
1+
b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupNodeV4.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public data class SetupNodeV4 private constructor(
3838
*/
3939
public val nodeVersion: String? = null,
4040
/**
41-
* File containing the version Spec of the version to use. Examples: .nvmrc, .node-version,
42-
* .tool-versions.
41+
* File containing the version Spec of the version to use. Examples: package.json, .nvmrc,
42+
* .node-version, .tool-versions.
4343
*/
4444
public val nodeVersionFile: String? = null,
4545
/**

0 commit comments

Comments
 (0)