Mike McCready
Mike McCready
For me the barrier to using Corepack in production is that it is marked as experimental. I don't care though if I need to install it manually instead of having...
@dcorking > [@MikeMcC399](https://github.com/MikeMcC399) do you recommend installing yarn directly via npm in a production script? (instead of via corepack) > > npm install --global @yarnpkg/[email protected] - There is a separate...
This is a critical fix, restoring functionality that makes `markdown-link-check` usable once again in unattended CI workflows. Please review with priority and merge! cc: @tcort @WillGibson @BaseMax @smainil
@tcort You've cut a new release [v3.14.0](https://github.com/tcort/markdown-link-check/releases/tag/v3.14.0), however the critical fix in this PR was not merged and included. Until this issue is fixed, `markdown-link-check` remains of very limited value...
@tcort - Thank you! Installed and now working perfectly again!
- superseded by https://github.com/cypress-io/cypress-example-kitchensink/pull/978
- Issue in `release` workflow fixed through PR #849
- Issue in `mac-build` workflow fixed through PR #854
The remaining issue concerns the following Workflow / Jobs: | Workflow | Job | Node.js | Determined by | | ----------- | ------------------------ | -------- | -------------------------- | | linux-build...
- Remaining issue transferred to #857