Skip to content

Commit 05865e5

Browse files
committed
build: support Node.js 20.x
1 parent 7ccb8b6 commit 05865e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
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
@@ -116,6 +117,9 @@ jobs:
116117
- name: Node.js 19.x
117118
node-version: "19.6"
118119

120+
- name: Node.js 20.x
121+
node-version: "20.11"
122+
119123
steps:
120124
- uses: actions/checkout@v4
121125

0 commit comments

Comments
 (0)