Skip to content

Commit 042ba41

Browse files
committed
build: support Node.js 17.x
1 parent a792bc7 commit 042ba41

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
@@ -103,6 +104,9 @@ jobs:
103104
- name: Node.js 16.x
104105
node-version: "16.14"
105106

107+
- name: Node.js 17.x
108+
node-version: "17.9"
109+
106110
steps:
107111
- uses: actions/checkout@v2
108112

0 commit comments

Comments
 (0)