Skip to content

Commit 8120107

Browse files
committed
Test on node.js 20.x.
1 parent 8e5d8dd commit 8120107

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
strategy:
2626
matrix:
27-
node-version: [14.x, 16.x, 18.x]
27+
node-version: [14.x, 16.x, 18.x, 20.x]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Install with Node.js 18.x

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Use a local HTTP server for most testing.
77
- Use httpbin for valid cert HTTPS testing.
88
- Add local server self-signed certificate HTTPS test.
9+
- Test on Node.js 20.x.
910

1011
### Fixed
1112
- Fix Node.js 19+ compatibility bug.

0 commit comments

Comments
 (0)