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 1
1
language : node_js
2
2
node_js :
3
- - " 8"
3
+ - " 10"
4
+ - " 12"
5
+ - " 14"
4
6
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 30
30
"devDependencies" : {
31
31
"chai" : " ^4.2.0" ,
32
32
"express-unless" : " ^0.5.0" ,
33
- "mocha" : " ^7.1.0 " ,
33
+ "mocha" : " ^8.2.1 " ,
34
34
"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"
38
37
},
39
38
"dependencies" : {
40
- "find-my-way" : " ^2.2.2 "
39
+ "find-my-way" : " ^3.0.5 "
41
40
}
42
41
}
You can’t perform that action at this time.
0 commit comments