We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733570a commit fdffa27Copy full SHA for fdffa27
.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.8
@@ -103,6 +104,9 @@ jobs:
103
104
- name: Node.js 16.x
105
node-version: "16.13"
106
107
+ - name: Node.js 17.x
108
+ node-version: "17.2"
109
+
110
steps:
111
- uses: actions/checkout@v2
112
appveyor.yml
@@ -18,6 +18,7 @@ environment:
18
- nodejs_version: "14.18"
19
- nodejs_version: "15.14"
20
- nodejs_version: "16.13"
21
+ - nodejs_version: "17.2"
22
cache:
23
- node_modules
24
install:
0 commit comments