We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d9ec1 commit bc1f60bCopy full SHA for bc1f60b
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- Node.js 13.x
29
- Node.js 14.x
30
- Node.js 15.x
31
+ - Node.js 16.x
32
33
include:
34
- name: Node.js 0.10
@@ -94,6 +95,9 @@ jobs:
94
95
- name: Node.js 15.x
96
node-version: "15.14"
97
98
+ - name: Node.js 16.x
99
+ node-version: "16.14"
100
+
101
steps:
102
- uses: actions/checkout@v2
103
appveyor.yml
@@ -17,6 +17,7 @@ environment:
17
- nodejs_version: "13.14"
18
- nodejs_version: "14.19"
19
- nodejs_version: "15.14"
20
+ - nodejs_version: "16.14"
21
cache:
22
- node_modules
23
install:
0 commit comments