mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
Upgrade minimum development Node version to v8 (#1861)
Node v6 will reach its end-of-life by April 2019.
This commit is contained in:
@@ -3,11 +3,11 @@ version: 2.1
|
||||
executors:
|
||||
firefox:
|
||||
docker:
|
||||
- image: circleci/node:6
|
||||
- image: circleci/node:8
|
||||
- image: selenium/standalone-firefox:2.48.2
|
||||
chrome:
|
||||
docker:
|
||||
- image: circleci/node:6
|
||||
- image: circleci/node:8
|
||||
- image: selenium/standalone-chrome:2.48.2
|
||||
environment:
|
||||
# workaround for https://github.com/SeleniumHQ/docker-selenium/issues/87
|
||||
@@ -74,7 +74,7 @@ commands:
|
||||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/node:6
|
||||
- image: circleci/node:8
|
||||
steps:
|
||||
- run:
|
||||
name: Check whether the build is running on the main repository
|
||||
|
Reference in New Issue
Block a user