Skip to content

Commit

Permalink
Update dependency nyc to v17 (#70)
Browse files Browse the repository at this point in the history
* Update dependency nyc to v17

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jun 15, 2024
1 parent 2a3a38c commit 3be226e
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 189 deletions.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function install(version = 8, options = {}) {
}
// Block if use tries impossible combination
if (options.release === "8" && os.platform() === "darwin") {
throw new Error("Java 8 is not available in darwin platform (Mac)")
throw new Error("Java 8 is not available in darwin platform (Mac)");
}

let endpoint = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lint-staged": "^15.2.2",
"markdown-table-formatter": "^1.6.0",
"mocha": "^10.4.0",
"nyc": "^15.0.0",
"nyc": "^17.0.0",
"standard": "^17.0.0"
}
}
Loading

0 comments on commit 3be226e

Please sign in to comment.