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 0641363 commit dae1427Copy full SHA for dae1427
.github/workflows/toc.yml
@@ -20,6 +20,7 @@ jobs:
20
allowed-endpoints:
21
github.com:443
22
registry.npmjs.org:443
23
+ api.github.com:443
24
- uses: actions/checkout@v4
25
with:
26
# https://github.com/actions/checkout/issues/217#issue-599945005
@@ -30,7 +31,7 @@ jobs:
30
31
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
32
- uses: actions/setup-node@v4
33
- node-version: '16'
34
+ node-version: 'lts/*'
35
- run: npm install
36
- run: npm run doctoc
37
- name: commit changes
0 commit comments