Skip to content

Commit f9f25b6

Browse files
authored
lookup: skip yeoman-generator on v10.x (#854)
It depends on `Object.fromEntries` which doesn't exist in that version.
1 parent 9c6ed6b commit f9f25b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/lookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@
575575
"prefix": "v",
576576
"flaky": ["ppc", "rhel"],
577577
"expectFail": "fips",
578-
"maintainers": ["SBoudrias", "sindresorhus"]
578+
"maintainers": ["SBoudrias", "sindresorhus"],
579+
"skip": "10.x"
579580
},
580581
"zeromq": {
581582
"prefix": "v",

0 commit comments

Comments
 (0)