Skip to content

Commit

Permalink
fix: use 3.11.2 as latest is broken (#21)
Browse files Browse the repository at this point in the history
the current version is broken
tcort/markdown-link-check#297

Changelog picked up from commits here:

fix: use 3.11.2 as latest is broken

---------

Co-authored-by: Edgar Gomes <talktoedgar@gmail.com>
  • Loading branch information
h4ck3rk3y and lostbean authored Mar 11, 2024
1 parent eaa718c commit f994acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
command: |
set -eou pipefail
sudo npm install -g markdown-link-check
sudo npm install -g markdown-link-check@3.11.2
config_filepath="$(mktemp)"
cat \<< EOF > "${config_filepath}"
<<parameters.markdown-link-check-config-json>>
Expand Down

0 comments on commit f994acb

Please sign in to comment.