Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/fyc09/markdownlint into pat…
Browse files Browse the repository at this point in the history
…ch-1
  • Loading branch information
fyc09 committed Jul 18, 2024
2 parents 09e5746 + a80387a commit b86d9dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 18, 20, 22 ]
node-version: [ 18, 20, 22.4.1 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ latest ]
node-version: [ 22.4.1 ]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions micromark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"README.md"
],
"devDependencies": {
"@microsoft/api-extractor": "7.47.1",
"@microsoft/api-extractor": "7.47.2",
"micromark": "4.0.0",
"micromark-extension-directive": "3.0.0",
"micromark-extension-directive": "3.0.1",
"micromark-extension-gfm-autolink-literal": "2.1.0",
"micromark-extension-gfm-footnote": "2.1.0",
"micromark-extension-gfm-table": "2.1.0",
Expand Down
1 change: 1 addition & 0 deletions style/prettier.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"code-fence-style": false,
"emphasis-style": false,
"heading-start-left": false,
"heading-style": false,
"hr-style": false,
"line-length": false,
"list-indent": false,
Expand Down

0 comments on commit b86d9dd

Please sign in to comment.