Skip to content

Commit 28335c6

Browse files
committed
build: support Node.js 17.x
1 parent f78e18a commit 28335c6

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
@@ -29,6 +29,7 @@ jobs:
2929
- Node.js 14.x
3030
- Node.js 15.x
3131
- Node.js 16.x
32+
- Node.js 17.x
3233

3334
include:
3435
- name: Node.js 0.8
@@ -108,6 +109,9 @@ jobs:
108109
- name: Node.js 16.x
109110
node-version: "16.13"
110111

112+
- name: Node.js 17.x
113+
node-version: "17.1"
114+
111115
steps:
112116
- uses: actions/checkout@v2
113117

0 commit comments

Comments
 (0)