We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b5188 + 7f53dd1 commit a43c2ebCopy full SHA for a43c2eb
.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@v1
+ - uses: actions/setup-node@v2.1.2
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