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 6fe271e commit a33266aCopy full SHA for a33266a
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- Node.js 11.x
27
- Node.js 12.x
28
- Node.js 13.x
29
+ - Node.js 14.x
30
31
include:
32
- name: Node.js 0.10
@@ -84,6 +85,9 @@ jobs:
84
85
- name: Node.js 13.x
86
node-version: "13.14"
87
88
+ - name: Node.js 14.x
89
+ node-version: "14.18"
90
+
91
steps:
92
- uses: actions/checkout@v2
93
appveyor.yml
@@ -15,6 +15,7 @@ environment:
15
- nodejs_version: "11.15"
16
- nodejs_version: "12.22"
17
- nodejs_version: "13.14"
18
+ - nodejs_version: "14.18"
19
cache:
20
- node_modules
21
install:
0 commit comments