Skip to content

Commit f83ab32

Browse files
committed
Test on Node.js 20.x.
1 parent 6bbc3e4 commit f83ab32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 10
2424
strategy:
2525
matrix:
26-
node-version: [14.x, 16.x, 18.x]
26+
node-version: [14.x, 16.x, 18.x, 20.x]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Use Node.js ${{ matrix.node-version }}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
and identifiers.
88
- Skip test with 'U' escapes. Will enable when [rdf-canonize][] dependency is
99
updated.
10+
- Test on Node.js 20.x.
1011

1112
## 8.1.1 - 2023-02-25
1213

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lib/**/*.js"
3030
],
3131
"dependencies": {
32-
"@digitalbazaar/http-client": "^3.2.0",
32+
"@digitalbazaar/http-client": "^3.4.1",
3333
"canonicalize": "^1.0.1",
3434
"lru-cache": "^6.0.0",
3535
"rdf-canonize": "^3.0.0"

0 commit comments

Comments
 (0)