Skip to content

Commit 98a3310

Browse files
committed
upgrade jsdoc-parse.. fixes #297
1 parent 8e70b77 commit 98a3310

File tree

5 files changed

+57
-1138
lines changed

5 files changed

+57
-1138
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 18, 19]
18+
node-version: [12, 14, 16, 18, 20, 21]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm run test:ci

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-23 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2014-24 Lloyd Brookes <75pound@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ $ npm install --save-dev jsdoc-to-markdown
6262

6363
* * *
6464

65-
&copy; 2014-23 Lloyd Brookes \<75pound@gmail.com\>.
65+
&copy; 2014-24 Lloyd Brookes \<75pound@gmail.com\>.
6666

6767
Tested by [test-runner](https://github.com/test-runner-js/test-runner).

0 commit comments

Comments
 (0)