The CI Node v18 jobs currently fail on gate-and-submit when submitting patches to the Page-Previews Popups extension.
11:01:08 CHECKING BUILD SOURCES ARE COMMITTED OR STAGED
11:01:09 node:internal/crypto/hash:69
11:01:09 this[kHandle] = new _Hash(algorithm, xofLen);
11:01:09 ^
11:01:09
11:01:09 Error: error:0308010C:digital envelope routines::unsupported
11:01:09 at new Hash (node:internal/crypto/hash:69:19)
11:01:09 at Object.createHash (node:crypto:133:10)
11:01:09 at module.exports (/src/node_modules/webpack/lib/util/createHash.js:135:53)
11:01:09 at NormalModule._initBuildHash (/src/node_modules/webpack/lib/NormalModule.js:417:16)
11:01:09 at /src/node_modules/webpack/lib/NormalModule.js:452:10
11:01:09 at /src/node_modules/webpack/lib/NormalModule.js:323:13
11:01:09 at /src/node_modules/loader-runner/lib/LoaderRunner.js:367:11
11:01:09 at /src/node_modules/loader-runner/lib/LoaderRunner.js:233:18
11:01:09 at context.callback (/src/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
11:01:09 at /src/node_modules/babel-loader/lib/index.js:51:103 {
11:01:09 opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
11:01:09 library: 'digital envelope routines',
11:01:09 reason: 'unsupported',
11:01:09 code: 'ERR_OSSL_EVP_UNSUPPORTED'Similar to T354881: [T-REF] Wikibase CI broken due to Tainted Reference Node 18 indirect crypto dependency incompatibility. Seems to started occurring around Jan 11th. A CI job before that date finished successfully.
Might be solvable by updating the used node packages involved.