This repository was archived by the owner on Jul 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-75
lines changed Expand file tree Collapse file tree 4 files changed +9
-75
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - 10.2.1
4
+ - 12.4.0
5
5
before_install :
6
6
- npm i -g npm
7
7
script :
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ branches:
8
8
- master
9
9
10
10
# build version format
11
- version : " {build}"
11
+ version : ' {build}'
12
12
13
13
# what combinations to test
14
14
environment :
15
15
global :
16
16
DEBUG : ' *'
17
17
matrix :
18
- - nodejs_version : 10.2.1
18
+ - nodejs_version : 12.4.0
19
19
20
20
# Get the stable version of node
21
21
install :
@@ -27,13 +27,13 @@ build: 'off'
27
27
test_script :
28
28
# Output useful info for debugging.
29
29
- node --version && npm --version
30
- - ps : " npm test # PowerShell" # Pass comment to PS for easier debugging
30
+ - ps : ' npm test # PowerShell' # Pass comment to PS for easier debugging
31
31
- cmd : npm test
32
32
33
33
matrix :
34
34
fast_finish : true
35
35
36
36
cache :
37
- - C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38
- - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39
- - node_modules -> package.json # local npm modules
37
+ - C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38
+ - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39
+ - node_modules -> package.json # local npm modules
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 50
50
"lodash.defaults" : " ^4.2.0" ,
51
51
"minimist" : " ^1.2.0" ,
52
52
"mkdirp" : " ^0.5.1" ,
53
- "mongodb" : " ^3.3.2 " ,
53
+ "mongodb" : " ^3.4.0 " ,
54
54
"mongodb-dbpath" : " ^0.0.1" ,
55
- "mongodb-tools" : " github:mongodb-js/mongodb-tools#8da4724189dfdf7b0d02d87db14b7ce94adf6342 " ,
55
+ "mongodb-tools" : " github:mongodb-js/mongodb-tools#0d1a90f49796c41f6d47c7c7999fe384014a16a0 " ,
56
56
"mongodb-version-manager" : " ^1.4.3" ,
57
57
"untildify" : " ^4.0.0" ,
58
58
"which" : " ^2.0.1"
59
59
},
60
60
"devDependencies" : {
61
61
"eslint-config-mongodb-js" : " ^5.0.3" ,
62
- "github-release" : " ^0.2.0" ,
63
62
"kill-mongodb" : " ^1.0.1" ,
64
- "lone" : " ^0.5.0" ,
65
63
"mocha" : " ^6.2.1" ,
66
64
"mongodb-js-precommit" : " ^2.0.0" ,
67
65
"tmp" : " ^0.1.0"
You can’t perform that action at this time.
0 commit comments