We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93c4af commit 231c93eCopy full SHA for 231c93e
.github/workflows/markdownlint.yml
@@ -13,11 +13,11 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Use Node.js
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
19
with:
20
- node-version: 14.x
+ node-version: '16'
21
- name: Run Markdownlint
22
run: |
23
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
0 commit comments