Skip to content

Commit fdffa27

Browse files
committed
build: support Node.js 17.x
1 parent 733570a commit fdffa27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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.13"
105106

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

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
- nodejs_version: "14.18"
1919
- nodejs_version: "15.14"
2020
- nodejs_version: "16.13"
21+
- nodejs_version: "17.2"
2122
cache:
2223
- node_modules
2324
install:

0 commit comments

Comments
 (0)