Skip to content

Commit

Permalink
test: fix failures when retry downloading node (#8477)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Aug 29, 2024
1 parent 116b214 commit 624e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pnpm/test/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ test('recursive run when some packages define different node versions', async ()
.toString()
.trim()
.split('\n')
.filter(x => /v[0-9]+\.[0-9]+\.[0-9]+/.test(x))
.filter(x => /print-node-version.*v[0-9]+\.[0-9]+\.[0-9]+/.test(x))
.sort()

expect(
Expand Down

0 comments on commit 624e8b9

Please sign in to comment.