We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c01ede + 960b9a3 commit 2694105Copy full SHA for 2694105
3 files changed
.github/workflows/doctoc.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2.3.2
+ - uses: actions/setup-node@v2.4.0
16
with:
17
node-version: '12.x'
18
- name: Install doctoc
.github/workflows/eclint.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
- run: npm i -g eclint
.github/workflows/markdown-link-check.yml
@@ -10,7 +10,7 @@ jobs:
- name: Install markdown-link-check
0 commit comments