mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Upgrade minimum development Node version to v10 (#2177)
Node v8 will reach its end-of-life by December 2019. Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -3,11 +3,11 @@ version: 2.1
|
|||||||
executors:
|
executors:
|
||||||
firefox:
|
firefox:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:10
|
||||||
- image: selenium/standalone-firefox:2.48.2
|
- image: selenium/standalone-firefox:2.48.2
|
||||||
chrome:
|
chrome:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:10
|
||||||
- image: selenium/standalone-chrome:2.48.2
|
- image: selenium/standalone-chrome:2.48.2
|
||||||
environment:
|
environment:
|
||||||
# workaround for https://github.com/SeleniumHQ/docker-selenium/issues/87
|
# workaround for https://github.com/SeleniumHQ/docker-selenium/issues/87
|
||||||
@@ -74,7 +74,7 @@ commands:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:10
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Check whether the build is running on the main repository
|
name: Check whether the build is running on the main repository
|
||||||
|
@@ -22,7 +22,7 @@ yarn global add katex
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Building from Source
|
### Building from Source
|
||||||
To build you will need Git, Node.js 8 or later, and Yarn.
|
To build you will need Git, Node.js 10 or later, and Yarn.
|
||||||
|
|
||||||
Clone a copy of the GitHub source repository:
|
Clone a copy of the GitHub source repository:
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user