1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add Node 16 with sass fixed

This commit is contained in:
Nick O'Leary 2021-05-11 18:14:05 +01:00
parent b77cd56a01
commit b9e780cdcd
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -4,6 +4,9 @@ addons:
language: node_js
matrix:
include:
- node_js: "16"
script:
- ./node_modules/.bin/grunt no-coverage
- node_js: "14"
script:
- ./node_modules/.bin/grunt && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage