turn off allow node14 failures

This commit is contained in:
Dave Conway-Jones 2020-07-04 17:06:41 +01:00
parent 8e45b96ec1
commit 8919edf0e6
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
sudo: false sudo: false
language: node_js language: node_js
matrix: matrix:
allow_failures: # allow_failures:
- node_js: 14 # - node_js: 14
include: include:
- node_js: 14 - node_js: 14
- node_js: 12 - node_js: 12

View File

@ -47,7 +47,7 @@
"multilang-sentiment": "^1.2.0", "multilang-sentiment": "^1.2.0",
"ngeohash": "^0.6.3", "ngeohash": "^0.6.3",
"node-red": "^1.0.6", "node-red": "^1.0.6",
"node-red-node-test-helper": "~0.2.3", "node-red-node-test-helper": "~0.2.5",
"nodemailer": "^6.4.6", "nodemailer": "^6.4.6",
"poplib": "^0.1.7", "poplib": "^0.1.7",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",