From 76eef3dbf904d7e00b69fff8651ea42ee1dcef0f Mon Sep 17 00:00:00 2001 From: Ed Stephinson Date: Thu, 31 Aug 2023 10:36:29 +0100 Subject: [PATCH] chore: update snapshots --- .../__snapshots__/get-build-info.test.ts.snap | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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",