Skip to content

Commit eb17741

Browse files
committed
Also revert parts of PR #6098
1 parent c40ea8c commit eb17741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-ci-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function checkPlugins (yamlPath) {
6868
const instRanges = Array.from(rangesPerPluginFromInst[pluginName])
6969
const yamlVersions = getMatchingVersions(pluginName, yamlRanges)
7070
const instVersions = getMatchingVersions(pluginName, instRanges)
71-
if (pluginName !== 'next' && !util.isDeepStrictEqual(yamlVersions, instVersions)) {
71+
if (!util.isDeepStrictEqual(yamlVersions, instVersions)) {
7272
const opts = { colors: true }
7373
const colors = x => util.inspect(x, opts)
7474
pluginErrorMsg(pluginName, 'Mismatch', `

0 commit comments

Comments
 (0)