Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
update node in CI and reapply remark-gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 18, 2024
1 parent 1a5927e commit a1192d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/remark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ plugins:
- remark-lint-no-consecutive-blank-lines
- - remark-lint-maximum-line-length
- 120
# GFM - autolink literals, footnotes, strikethrough, tables, tasklist
- remark-gfm
# Code
- remark-lint-fenced-code-flag
- remark-lint-fenced-code-marker
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16]
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- uses: actions/checkout@v2
- run: |
npm install
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"remark-cli": "^8.0.0",
"remark-lint": "^7.0.0",
"remark-lint-no-html": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-preset-lint-consistent": "^3.0.0",
"remark-preset-lint-markdown-style-guide": "^3.0.0",
"remark-preset-lint-recommended": "^4.0.0",
Expand Down

0 comments on commit a1192d3

Please sign in to comment.