Skip to content

Commit

Permalink
GH Actions: use Node 20 for markdown check
Browse files Browse the repository at this point in the history
Plus make a tweak to the settings as RemarkLint is being awkward again.
  • Loading branch information
jrfnl committed Apr 15, 2024
1 parent 50335cd commit f13f457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

# To make the command available on CLI, it needs to be installed globally.
- name: Install Remark CLI globally
Expand Down
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"remark-lint-no-unneeded-full-reference-link",
"remark-lint-no-unused-definitions",
["remark-lint-strikethrough-marker", "~~"],
["remark-lint-table-cell-padding", "consistent"],
["remark-lint-table-cell-padding", "padded"],
"remark-lint-heading-whitespace",
"remark-lint-list-item-punctuation",
"remark-lint-match-punctuation",
Expand Down

0 comments on commit f13f457

Please sign in to comment.