Skip to content

Commit 1afddcb

Browse files
committed
upgrade deps, dates, CI
1 parent f0ff0ac commit 1afddcb

File tree

5 files changed

+231
-206
lines changed

5 files changed

+231
-206
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

2020
steps:
2121
- uses: actions/checkout@v2

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-22 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2014-23 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-22 Lloyd Brookes \<75pound@gmail.com\>.
65+
&copy; 2014-23 Lloyd Brookes \<75pound@gmail.com\>.
6666

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

0 commit comments

Comments
 (0)