build: support Node.js 15.x

This commit is contained in:
Douglas Christopher Wilson
2020-11-07 18:44:40 -05:00
parent 07e47df692
commit 438feabf50
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ node_js:
- "12.19"
- "13.14"
- "14.15"
- "15.1"
cache:
directories:
- node_modules
+1
View File
@@ -17,6 +17,7 @@ environment:
- nodejs_version: "12.19"
- nodejs_version: "13.14"
- nodejs_version: "14.15"
- nodejs_version: "15.1"
cache:
- node_modules
install: