Skip to content

Commit e0e180d

Browse files
committed
Update readme, ci
1 parent b7d53b8 commit e0e180d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: ["14", "16", "18"]
8+
node: ["16", "18", "20"]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout repository

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: steps.check.outputs.changed == 'true'
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "14"
23+
node-version: "16"
2424
- name: Install
2525
if: steps.check.outputs.changed == 'true'
2626
run: yarn

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Automatically document symbols which aren't exported but are referenced.
44

5-
> Supports TypeDoc 0.24.x
5+
> Supports TypeDoc 0.24.x and 0.25.x
66
77
TypeDoc 0.20 switched from documenting each file individually to documenting based on entry points. TypeDoc looks at each provided entry point and documents all exports from that entry point.
88

0 commit comments

Comments
 (0)