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:
parent
b77cd56a01
commit
b9e780cdcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user