We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947b6b7 commit eb4c930Copy full SHA for eb4c930
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
- Node.js 12.x
28
- Node.js 13.x
29
- Node.js 14.x
30
+ - Node.js 15.x
31
32
include:
33
- name: Node.js 0.10
@@ -90,6 +91,9 @@ jobs:
90
91
- name: Node.js 14.x
92
node-version: "14.19"
93
94
+ - name: Node.js 15.x
95
+ node-version: "15.14"
96
+
97
steps:
98
- uses: actions/checkout@v2
99
appveyor.yml
@@ -16,6 +16,7 @@ environment:
16
- nodejs_version: "12.22"
17
- nodejs_version: "13.14"
18
- nodejs_version: "14.19"
19
+ - nodejs_version: "15.14"
20
cache:
21
- node_modules
22
install:
0 commit comments