We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a9722 commit 39333b1Copy full SHA for 39333b1
test/runtime-puppeteer/index.ts
@@ -75,9 +75,6 @@ describe('runtime (puppeteer)', () => {
75
76
function runTest(dir, hydrate, is_first_run) {
77
if (dir[0] === '.') return;
78
- // MEMO: puppeteer can not execute Chromium properly with Node8,10 on Linux at GitHub actions.
79
- const { version } = process;
80
- if ((version.startsWith('v8.') || version.startsWith('v10.')) && process.platform === 'linux') return;
81
82
const config = loadConfig(`${__dirname}/samples/${dir}/_config.js`);
83
const solo = config.solo || /\.solo/.test(dir);
0 commit comments