Skip to content

Commit 734b281

Browse files
committed
build: support Node.js 20.x
1 parent 0e3ab6e commit 734b281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- Node.js 17.x
3333
- Node.js 18.x
3434
- Node.js 19.x
35+
- Node.js 20.x
3536

3637
include:
3738
- name: Node.js 0.10
@@ -112,6 +113,8 @@ jobs:
112113
- name: Node.js 19.x
113114
node-version: "19.9"
114115

116+
- name: Node.js 20.x
117+
node-version: "20.11"
115118
steps:
116119
- uses: actions/checkout@v4
117120

0 commit comments

Comments
 (0)