Skip to content

Commit 5d4f3bd

Browse files
baseballyamadummdidumm
authored andcommitted
chore: remove Node 8 and 10 logic (#8503)
1 parent 68bf3e8 commit 5d4f3bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/runtime-puppeteer/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ describe('runtime (puppeteer)', () => {
7575

7676
function runTest(dir, hydrate, is_first_run) {
7777
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;
8178

8279
const config = loadConfig(`${__dirname}/samples/${dir}/_config.js`);
8380
const solo = config.solo || /\.solo/.test(dir);

0 commit comments

Comments
 (0)