chore: remove Node 8 and 10 logic (#8503)

pull/8515/head
Yuichiro Yamashita 1 year ago committed by Simon Holthausen
parent 68bf3e8143
commit 5d4f3bd9e5

@ -75,9 +75,6 @@ describe('runtime (puppeteer)', () => {
function runTest(dir, hydrate, is_first_run) {
if (dir[0] === '.') return;
// MEMO: puppeteer can not execute Chromium properly with Node8,10 on Linux at GitHub actions.
const { version } = process;
if ((version.startsWith('v8.') || version.startsWith('v10.')) && process.platform === 'linux') return;
const config = loadConfig(`${__dirname}/samples/${dir}/_config.js`);
const solo = config.solo || /\.solo/.test(dir);

Loading…
Cancel
Save