File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ matrix:
54
54
- cargo test
55
55
- name : Frontend
56
56
language : node_js
57
- node_js : 10
57
+ node_js : 12
58
58
install :
59
59
- npm ci
60
60
before_script : skip
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ as well.
86
86
87
87
In order to run the frontend on Windows and macOS, you will need to have installed:
88
88
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
91
91
92
92
Follow the links for each of these tools for their recommended installation
93
93
instructions. If you already have these tools, or you have a different
Original file line number Diff line number Diff line change 1
- FROM node:8.6 -alpine
1
+ FROM node:12.9 -alpine
2
2
3
3
WORKDIR /app
4
4
COPY package.json package-lock.json /app/
Original file line number Diff line number Diff line change 83
83
"timekeeper" : " ^2.1.0"
84
84
},
85
85
"engines" : {
86
- "node" : " ^8.1.3 " ,
87
- "npm" : " ^5.1.0 "
86
+ "node" : " ^12.9.1 " ,
87
+ "npm" : " ^6.10.2 "
88
88
},
89
89
"private" : true ,
90
90
"prettier" : {
You can’t perform that action at this time.
0 commit comments