File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 8"
3+ - " 10"
4+ - " 12"
5+ - " 14"
46
5- before_install :
6- # package-lock.json was introduced in npm@5
7- - ' [[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
8- install : npm install
7+ script :
8+ - npx standard
9+ - npm run test
Original file line number Diff line number Diff line change 3030 "devDependencies" : {
3131 "chai" : " ^4.2.0" ,
3232 "express-unless" : " ^0.5.0" ,
33- "mocha" : " ^7.1.0 " ,
33+ "mocha" : " ^8.2.1 " ,
3434 "nyc" : " ^14.1.1" ,
35- "restana" : " ^3.4.2" ,
36- "standard" : " ^14.3.3" ,
37- "supertest" : " ^3.4.2"
35+ "restana" : " ^4.8.0" ,
36+ "supertest" : " ^6.0.1"
3837 },
3938 "dependencies" : {
40- "find-my-way" : " ^2.2.2 "
39+ "find-my-way" : " ^3.0.5 "
4140 }
4241}
You can’t perform that action at this time.
0 commit comments