File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66parameters :
77 node_version :
88 type : string
9- default : ' 16.15.1 '
9+ default : ' lts '
1010
1111commands :
1212 install_deps :
@@ -22,7 +22,7 @@ commands:
2222jobs :
2323 build :
2424 executor :
25- name : node/default
25+ name : cimg/node
2626 tag : << pipeline.parameters.node_version >>
2727 working_directory : ~/repo
2828 steps :
Original file line number Diff line number Diff line change 4949 },
5050 "dependencies" : {
5151 "debug" : " 4.3.4" ,
52- "mongodb-memory-server" : " 8.11.5 "
52+ "mongodb-memory-server" : " 9.1.1 "
5353 },
5454 "devDependencies" : {
5555 "@babel/cli" : " 7.23.0" ,
6464 "husky" : " 8.0.3" ,
6565 "jest" : " 29.7.0" ,
6666 "lint-staged" : " 13.3.0" ,
67- "mongodb" : " 5.1 .0" ,
67+ "mongodb" : " 6.3 .0" ,
6868 "prettier" : " 2.8.8" ,
6969 "typescript" : " 5.1.6"
7070 },
7171 "peerDependencies" : {
7272 "jest-environment-node" : " 27.x.x || 28.x || 29.x" ,
73- "mongodb" : " 3.x.x || 4.x || 5.x"
73+ "mongodb" : " 3.x.x || 4.x || 5.x || 6.x "
7474 },
7575 "engines" : {
7676 "node" : " >=16"
You can’t perform that action at this time.
0 commit comments