Skip to content

Commit d66efaf

Browse files
committed
Auto merge of #1824 - rust-lang:node-version-update, r=sgrif
update node versions to current stable release
2 parents e0b0bb8 + edc8a3d commit d66efaf

File tree

5 files changed

+188
-777
lines changed

5 files changed

+188
-777
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ matrix:
5454
- cargo test
5555
- name: Frontend
5656
language: node_js
57-
node_js: 10
57+
node_js: 12
5858
install:
5959
- npm ci
6060
before_script: skip

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ as well.
8686

8787
In order to run the frontend on Windows and macOS, you will need to have installed:
8888

89-
- [node](https://nodejs.org/en/) >= 6.10.0 (see .travis.yml for what we currently use)
90-
- [npm](https://www.npmjs.com/get-npm) >= 4.0.0
89+
- [node](https://nodejs.org/en/) >= 12.9.1 (see `package.json` and `.travis.yml` for what we currently use)
90+
- [npm](https://www.npmjs.com/get-npm) >= 6.10.2
9191

9292
Follow the links for each of these tools for their recommended installation
9393
instructions. If you already have these tools, or you have a different

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.6-alpine
1+
FROM node:12.9-alpine
22

33
WORKDIR /app
44
COPY package.json package-lock.json /app/

0 commit comments

Comments
 (0)