Skip to content

Commit 03aab94

Browse files
committed
test: filter node10 / 12 as ts5 requires 14 at least
1 parent 86336d9 commit 03aab94

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var supportsOptionalChaining = require("../../../helpers/supportsOptionalChaining");
2+
3+
module.exports = function (config) {
4+
return supportsOptionalChaining();
5+
};

0 commit comments

Comments
 (0)