We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b327 commit 79f8feeCopy full SHA for 79f8fee
packages/integration-tests-next/fixtures/utils.ts
@@ -38,7 +38,6 @@ export function readAllFiles(directory: string): Record<string, string> {
38
.replaceAll(/"nodeVersion": \d+/g, `"nodeVersion":"NODE_VERSION"`)
39
.replaceAll(/nodeVersion:\d+/g, `nodeVersion:"NODE_VERSION"`)
40
.replaceAll(/nodeVersion: \d+/g, `nodeVersion:"NODE_VERSION"`);
41
- // "nodeVersion": 24
42
43
// Normalize Windows stuff in .map paths
44
if (entry.endsWith(".map")) {
0 commit comments