Skip to content

Commit

Permalink
restore test mongoose on node12
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0a0d committed Dec 20, 2022
1 parent bce0de4 commit 81f4f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
if (process.versions.node.split(".")[0] < 14) {
if (process.versions.node.split(".")[0] < 12) {
console.log("Skipping Mongoose tests because node version is too low");
it("Skipping Mongoose tests because node version is too low", () => {});
} else {
Expand Down

0 comments on commit 81f4f3f

Please sign in to comment.