Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 13, 2025
1 parent 3fd6ec9 commit 3e12a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ describe('test/ts.test.ts', () => {
});

it('should cov app in cluster mod', () => {
// TODO(@fengmk2): not work on Node.js 22 + linux
// TODO(@fengmk2): not work on Node.js 22
// https://github.com/eggjs/bin/actions/runs/13308042479/job/37164115998
if (process.platform === 'linux' && process.version.startsWith('v22.')) {
if (process.version.startsWith('v22.')) {
return;
}
cwd = getFixtures('example-ts-cluster');
Expand Down

0 comments on commit 3e12a72

Please sign in to comment.