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

Remove Node 8 from travis due to node-sass breakage

This commit is contained in:
Nick O'Leary 2021-03-31 23:54:25 +01:00
parent a688305572
commit 74b547b93c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -16,6 +16,6 @@ matrix:
- node_js: "10" - node_js: "10"
script: script:
- ./node_modules/.bin/grunt no-coverage - ./node_modules/.bin/grunt no-coverage
- node_js: "8" #- node_js: "8"
script: # script:
- ./node_modules/.bin/grunt no-coverage # - ./node_modules/.bin/grunt no-coverage