Skip to content

Commit 99892bb

Browse files
ylemkimonedemaine
authored andcommitted
Upgrade minimum development Node version to v8 (KaTeX#1861)
Node v6 will reach its end-of-life by April 2019.
1 parent e016f4b commit 99892bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: 2.1
33
executors:
44
firefox:
55
docker:
6-
- image: circleci/node:6
6+
- image: circleci/node:8
77
- image: selenium/standalone-firefox:2.48.2
88
chrome:
99
docker:
10-
- image: circleci/node:6
10+
- image: circleci/node:8
1111
- image: selenium/standalone-chrome:2.48.2
1212
environment:
1313
# workaround for https://github.com/SeleniumHQ/docker-selenium/issues/87
@@ -74,7 +74,7 @@ commands:
7474
jobs:
7575
test:
7676
docker:
77-
- image: circleci/node:6
77+
- image: circleci/node:8
7878
steps:
7979
- run:
8080
name: Check whether the build is running on the main repository

docs/node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn global add katex
2222
```
2323

2424
### Building from Source
25-
To build you will need Git, Node.js 6.9 or later, and Yarn.
25+
To build you will need Git, Node.js 8 or later, and Yarn.
2626

2727
Clone a copy of the GitHub source repository:
2828
```bash

0 commit comments

Comments
 (0)