Skip to content

Commit

Permalink
upgrade jsdoc-parse.. fixes #297
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jan 31, 2024
1 parent 8e70b77 commit 98a3310
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1,138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -24,5 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm run test:ci
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-23 Lloyd Brookes <[email protected]>
Copyright (c) 2014-24 Lloyd Brookes <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ $ npm install --save-dev jsdoc-to-markdown

* * *

&copy; 2014-23 Lloyd Brookes \<[email protected]\>.
&copy; 2014-24 Lloyd Brookes \<[email protected]\>.

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

0 comments on commit 98a3310

Please sign in to comment.