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

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