Skip to content

Commit

Permalink
feat(actions): update actions/setup-node@v4 (#1198)
Browse files Browse the repository at this point in the history
Created automatically.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent 657766c commit 4caf798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/actions/setup-node/v4/commit-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f152de45cc393bb48ce5d89d36b731f54556e65
b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public data class SetupNodeV4 private constructor(
*/
public val nodeVersion: String? = null,
/**
* File containing the version Spec of the version to use. Examples: .nvmrc, .node-version,
* .tool-versions.
* File containing the version Spec of the version to use. Examples: package.json, .nvmrc,
* .node-version, .tool-versions.
*/
public val nodeVersionFile: String? = null,
/**
Expand Down

0 comments on commit 4caf798

Please sign in to comment.