Build: Run Karma browser tests on Node.js 10 instead of 8

Node.js 10 has been in Active LTS since 2018-04-24 and Node.js 8 is now in
maintenance mode.

See https://github.com/nodejs/Release for more details.

Closes gh-4311
This commit is contained in:
Michał Gołębiowski-Owczarek 2019-03-04 19:05:09 +01:00 committed by GitHub
parent 9cb124ed00
commit 16ad9889f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ env:
matrix:
include:
# Run browser tests only on one Node.js version to save time.
- node_js: "8"
- node_js: "10"
env: NPM_SCRIPT=test:browser
script:
- npm run $NPM_SCRIPT