Skip to content

Commit 79f8fee

Browse files
committed
Remove comment
1 parent 707b327 commit 79f8fee

File tree

1 file changed

+0
-1
lines changed
  • packages/integration-tests-next/fixtures

1 file changed

+0
-1
lines changed

packages/integration-tests-next/fixtures/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export function readAllFiles(directory: string): Record<string, string> {
3838
.replaceAll(/"nodeVersion": \d+/g, `"nodeVersion":"NODE_VERSION"`)
3939
.replaceAll(/nodeVersion:\d+/g, `nodeVersion:"NODE_VERSION"`)
4040
.replaceAll(/nodeVersion: \d+/g, `nodeVersion:"NODE_VERSION"`);
41-
// "nodeVersion": 24
4241

4342
// Normalize Windows stuff in .map paths
4443
if (entry.endsWith(".map")) {

0 commit comments

Comments
 (0)