File tree Expand file tree Collapse file tree 4 files changed +58
-163
lines changed
Expand file tree Collapse file tree 4 files changed +58
-163
lines changed Original file line number Diff line number Diff line change 1- version : ' 2.1'
1+ version : 2.1
22orbs :
3- node : circleci/node@4.2.1
3+ node : circleci/node@5.0.2
44jobs :
55 build-and-test :
66 docker :
Original file line number Diff line number Diff line change 3434 "@types/express" : " ^4.17.13" ,
3535 "@types/minimist" : " ^1.2.2" ,
3636 "@types/morgan" : " ^1.9.3" ,
37- "@types/node" : " ^17.0.23 " ,
37+ "@types/node" : " 15.9.0 " ,
3838 "nodemon" : " ^2.0.15" ,
3939 "ts-node" : " ^10.7.0"
4040 },
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { lines } from "./utils/libs/getResponses";
1010const port = parseInt ( process . env . PORT ! ) || 7070 ;
1111
1212const app = express ( ) ;
13- app . use ( morgan ( "common " ) ) ;
13+ app . use ( morgan ( "tiny " ) ) ;
1414app . use ( "/history/web/charts" , dashboardRouter ) ;
1515
1616app . use ( userAgentMiddleware ) ;
You can’t perform that action at this time.
0 commit comments