Skip to content

Commit 33d6c32

Browse files
Bump markdownlint-cli from 0.46.0 to 0.47.0 (#581)
* Bump markdownlint-cli from 0.46.0 to 0.47.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * change node version to fix build error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: j-paquette <56076749+j-paquette@users.noreply.github.com>
1 parent ab78fe5 commit 33d6c32

File tree

3 files changed

+95
-25
lines changed

3 files changed

+95
-25
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version:
17-
- 18.x
17+
- 20.x
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

package-lock.json

Lines changed: 93 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cspell": "^9.4.0",
1818
"glob": "^13.0.0",
1919
"markdown-link-check": "^3.14.1",
20-
"markdownlint-cli": "^0.46.0",
20+
"markdownlint-cli": "^0.47.0",
2121
"axios": "^1.13.2",
2222
"https-proxy-agent": "^7.0.6",
2323
"isbinaryfile": "^6.0.0"

0 commit comments

Comments
 (0)