Skip to content

Commit 8a8ab87

Browse files
committed
upgrade deps, dates, CI
1 parent ed23613 commit 8a8ab87

5 files changed

Lines changed: 90 additions & 91 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 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, 17]
18+
node-version: [12, 14, 16, 18, 19]
1919

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

LICENSE.md

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
@@ -25,6 +25,6 @@ $ jsdoc2md --json <files>
2525

2626
* * *
2727

28-
&copy; 2014-22 Lloyd Brookes \<75pound@gmail.com\>.
28+
&copy; 2014-23 Lloyd Brookes \<75pound@gmail.com\>.
2929

3030
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

0 commit comments

Comments
 (0)