We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fd1d5 commit fb2e827Copy full SHA for fb2e827
.github/workflows/remark.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: '18.x'
25
26
- name: Install remark
27
- run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
+ run: npm install remark-cli remark-lint remark-lint-maximum-line-length@^3.1.3 remark-preset-lint-recommended remark-gfm
28
29
- name: Install mdbook
30
run: |
0 commit comments