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.
2 parents a8d1258 + e786e00 commit c6f2557Copy full SHA for c6f2557
.github/workflows/remark.yml
@@ -17,9 +17,9 @@ jobs:
17
persist-credentials: false
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
- node-version: '18.x'
+ node-version: '20.x'
23
24
- name: Install remark
25
run: npm install remark-cli remark-lint remark-lint-maximum-line-length@^3.1.3 remark-preset-lint-recommended remark-gfm
0 commit comments