Skip to content

Commit 11a209e

Browse files
committedApr 21, 2022
build: support Node.js 17.x
1 parent fd8e45c commit 11a209e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.github/workflows/ci.yml

+4
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.10
@@ -98,6 +99,9 @@ jobs:
9899
- name: Node.js 16.x
99100
node-version: "16.14"
100101

102+
- name: Node.js 17.x
103+
node-version: "17.9"
104+
101105
steps:
102106
- uses: actions/checkout@v2
103107

‎appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
- nodejs_version: "14.19"
1919
- nodejs_version: "15.14"
2020
- nodejs_version: "16.14"
21+
- nodejs_version: "17.9"
2122
cache:
2223
- node_modules
2324
install:

0 commit comments

Comments
 (0)
Please sign in to comment.