We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fd8e45c commit 11a209eCopy full SHA for 11a209e
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
- Node.js 14.x
30
- Node.js 15.x
31
- Node.js 16.x
32
+ - Node.js 17.x
33
34
include:
35
- name: Node.js 0.10
@@ -98,6 +99,9 @@ jobs:
98
99
- name: Node.js 16.x
100
node-version: "16.14"
101
102
+ - name: Node.js 17.x
103
+ node-version: "17.9"
104
+
105
steps:
106
- uses: actions/checkout@v2
107
appveyor.yml
@@ -18,6 +18,7 @@ environment:
18
- nodejs_version: "14.19"
19
- nodejs_version: "15.14"
20
- nodejs_version: "16.14"
21
+ - nodejs_version: "17.9"
22
cache:
23
- node_modules
24
install:
0 commit comments