diff --git a/packages/build-info/src/node/__snapshots__/get-build-info.test.ts.snap b/packages/build-info/src/node/__snapshots__/get-build-info.test.ts.snap index 46739ecb9a..12eda3414e 100644 --- a/packages/build-info/src/node/__snapshots__/get-build-info.test.ts.snap +++ b/packages/build-info/src/node/__snapshots__/get-build-info.test.ts.snap @@ -56,7 +56,9 @@ exports[`should retrieve the build info for providing a rootDir 1`] = ` "buildCommand": "pnpm --filter @evilcorp/blog... run build", "devCommand": "pnpm --filter @evilcorp/blog run dev", "dist": "packages/blog/dist", - "env": {}, + "env": { + "NODE_VERSION": "16", + }, "framework": { "id": "astro", "name": "Astro", @@ -130,7 +132,9 @@ exports[`should retrieve the build info for providing a rootDir and a nested pro ], "port": 3000, }, - "env": {}, + "env": { + "NODE_VERSION": "16", + }, "id": "astro", "logo": { "dark": "https://framework-info.netlify.app/logos/astro/dark.svg", @@ -191,7 +195,9 @@ exports[`should retrieve the build info for providing a rootDir and a nested pro "buildCommand": "pnpm --filter @evilcorp/blog... run build", "devCommand": "pnpm --filter @evilcorp/blog run dev", "dist": "packages/blog/dist", - "env": {}, + "env": { + "NODE_VERSION": "16", + }, "framework": { "id": "astro", "name": "Astro", @@ -266,7 +272,9 @@ exports[`should retrieve the build info for providing a rootDir and the same pro "buildCommand": "pnpm --filter @evilcorp/blog... run build", "devCommand": "pnpm --filter @evilcorp/blog run dev", "dist": "packages/blog/dist", - "env": {}, + "env": { + "NODE_VERSION": "16", + }, "framework": { "id": "astro", "name": "Astro",