Skip to content

Turbopack: Add a check for node version before allowing workerThreads#91614

Open
bgw wants to merge 2 commits intocanaryfrom
bgw/worker-threads-version-check
Open

Turbopack: Add a check for node version before allowing workerThreads#91614
bgw wants to merge 2 commits intocanaryfrom
bgw/worker-threads-version-check

Conversation

@bgw
Copy link
Member

@bgw bgw commented Mar 18, 2026

We want to start dogfooding workerThreads, but we can only safely do it if you have a new enough node version.

We don't have any sort of strong enforcement around node.js version in front (e.g. you could have a misconfigured nvm or fnm), so we need to check the node version first.

Looks like this:

Screenshot 2026-03-18 at 1.04.10 PM.png

Related Node.js version bump for front: https://github.com/vercel/front/pull/65059

Copy link
Member Author

bgw commented Mar 18, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@bgw bgw requested a review from a team March 18, 2026 22:33
@bgw bgw marked this pull request as ready for review March 18, 2026 22:33
@vercel
Copy link
Contributor

vercel bot commented Mar 18, 2026

Notifying the following users due to files changed in this PR based on this repo's notify modifiers:

@timneutkens, @ijjk, @shuding, @huozhi:

packages/next/src/server/config.ts

@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Mar 18, 2026

Failing test suites

Commit: 5a467fe | About building and testing Next.js

pnpm test-start test/e2e/app-dir/non-root-project-monorepo/non-root-project-monorepo.test.ts (job)

  • non-root-project-monorepo > import.meta.url > should work during RSC (DD)
  • non-root-project-monorepo > import.meta.url > should work during SSR (DD)
  • non-root-project-monorepo > import.meta.url > should work on client-side (DD)
  • non-root-project-monorepo > monorepo-package > should work during RSC (DD)
  • non-root-project-monorepo > monorepo-package > should work during SSR (DD)
  • non-root-project-monorepo > monorepo-package > should work on client-side (DD)
Expand output

● non-root-project-monorepo › monorepo-package › should work during RSC

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● non-root-project-monorepo › monorepo-package › should work during SSR

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● non-root-project-monorepo › monorepo-package › should work on client-side

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● non-root-project-monorepo › import.meta.url › should work during RSC

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● non-root-project-monorepo › import.meta.url › should work during SSR

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● non-root-project-monorepo › import.meta.url › should work on client-side

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

pnpm test-start test/e2e/app-dir/upward-distdir/upward-distdir.test.ts (job)

  • upward-distdir > should work (DD)
Expand output

● upward-distdir › should work

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

pnpm test-start-turbo test/e2e/filesystem-cache/filesystem-cache.test.ts (turbopack) (job)

  • filesystem-caching with cache disabled > should cache or not cache loaders (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (RSC change) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (RCC change) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (Pages change) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (rename app page) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (next config change) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (env var change) (DD)
  • filesystem-caching with cache disabled > should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change) (DD)
  • filesystem-caching with cache enabled > should cache or not cache loaders (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RSC change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RCC change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (Pages change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (rename app page) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (next config change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (env var change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change) (DD)
  • filesystem-caching with cache enabled > should emit turbopack-persistence trace spans (DD)
Expand output

● filesystem-caching with cache disabled › should cache or not cache loaders

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should cache or not cache loaders

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should cache or not cache loaders

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (RCC change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (RCC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (RCC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (Pages change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (Pages change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (Pages change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (rename app page)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (rename app page)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (rename app page)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (next config change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (next config change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (next config change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (env var change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache disabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should cache or not cache loaders

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should cache or not cache loaders

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should cache or not cache loaders

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (RCC change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RCC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RCC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (Pages change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (Pages change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (Pages change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (rename app page)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (rename app page)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (rename app page)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (next config change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (next config change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (next config change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (env var change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

● filesystem-caching with cache enabled › should emit turbopack-persistence trace spans

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● filesystem-caching with cache enabled › should emit turbopack-persistence trace spans

next instance is not initialized yet, make sure you call methods on next instance in test body.

  351 |     set: function (_target, key, value) {
  352 |       if (!next) {
> 353 |         throw new Error(
      |               ^
  354 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  355 |         )
  356 |       }

  at Object.set (lib/e2e-utils/index.ts:353:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:70:53)

● filesystem-caching with cache enabled › should emit turbopack-persistence trace spans

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at stop (e2e/filesystem-cache/filesystem-cache.test.ts:89:18)
  at Object.stop (e2e/filesystem-cache/filesystem-cache.test.ts:110:13)

pnpm test-start test/production/jest/remove-react-properties/remove-react-properties-jest.test.ts (job)

  • next/jest > data-testid should be removed in production (DD)
Expand output

● next/jest › data-testid should be removed in production

next build failed with code/signal 1

   97 |             if (code || signal)
   98 |               reject(
>  99 |                 new Error(
      |                 ^
  100 |                   `next build failed with code/signal ${code || signal}`
  101 |                 )
  102 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:99:17)

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'destroy')

  49 |     })
  50 |   })
> 51 |   afterAll(() => next.destroy())
     |                       ^
  52 |
  53 |   it('data-testid should be removed in production', async () => {
  54 |     const html = await renderViaHTTP(next.url, '/')

  at Object.destroy (production/jest/remove-react-properties/remove-react-properties-jest.test.ts:51:23)

import { basename, extname, join, relative, isAbsolute, resolve } from 'path'
import { pathToFileURL } from 'url'
import findUp from 'next/dist/compiled/find-up'
import semver from 'next/dist/compiled/semver'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already always pull in this dependency in the CLI to check your node.js version and exit the CLI with an error if you're on an unsupported version.

@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Mar 18, 2026

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

Metric Canary PR Change Trend
Cold (Listen) 455ms 455ms ▁▁▁▄█
Cold (Ready in log) 439ms 438ms ▁▁▁▄█
Cold (First Request) 1.145s 1.109s ▁▂▂▃█
Warm (Listen) 456ms 456ms ▁▁▁▅█
Warm (Ready in log) 445ms 444ms ▁▁▁▅█
Warm (First Request) 349ms 350ms ▁▁▁▃█
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

Metric Canary PR Change Trend
Cold (Listen) 457ms 457ms ▁▁▁▁▁
Cold (Ready in log) 460ms 459ms ▁▂▂▂▁
Cold (First Request) 2.063s 2.061s ▂▄▄▅▁
Warm (Listen) 506ms 506ms ▁▁▁▁▁
Warm (Ready in log) 460ms 461ms ▁▁▁▁▁
Warm (First Request) 2.064s 2.062s ▁▄▄▅▁

⚡ Production Builds

Metric Canary PR Change Trend
Fresh Build 3.778s 3.745s ▁▁▁▄█
Cached Build 3.730s 3.781s ▁▁▁▄█
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

Metric Canary PR Change Trend
Fresh Build 15.075s 15.122s ▁▂▂▂▁
Cached Build 15.308s 15.357s ▂▃▂▂▂
node_modules Size 484 MB 484 MB ▁▇███
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles
Canary PR Change
0-95-mnd1qc.-.js gzip 153 B N/A -
0.196zlicun.js gzip 158 B N/A -
0~lwfcrlb4v_9.css gzip 115 B 115 B
00h0nz7r436~l.js gzip 13.3 kB N/A -
00ivb_iunbucu.js gzip 13 kB N/A -
01at~wdgj81ve.js gzip 48.9 kB N/A -
02ku7edzc_wf7.js gzip 450 B N/A -
03~yq9q893hmn.js gzip 39.4 kB 39.4 kB
03bvcndoatfhg.js gzip 154 B N/A -
092lcb3fqrrf9.js gzip 8.52 kB N/A -
09pp-_0_elpoh.js gzip 158 B N/A -
0aj~xs1l1g8tg.js gzip 8.53 kB N/A -
0gv31bx~xkcz2.js gzip 169 B N/A -
0h35gmp9u328z.js gzip 8.54 kB N/A -
0h6fkavebp.iz.js gzip 8.47 kB N/A -
0ic_sec0sapyg.js gzip 155 B N/A -
0ino_yf1k3h6k.js gzip 10.4 kB N/A -
0kdalritq6lr3.js gzip 162 B N/A -
0mc16gv2x1bet.js gzip 13.7 kB N/A -
0mncpry_rfn-y.js gzip 7.61 kB N/A -
0moy~uao4dl.m.js gzip 9.19 kB N/A -
0n3hy6knu3rc3.js gzip 156 B N/A -
0ow3qm0cpq8.js gzip 70.8 kB N/A -
0pb6d~4nw8_51.js gzip 156 B N/A -
0q50rtpusjy90.js gzip 2.28 kB N/A -
0smgy2grrrlka.js gzip 8.58 kB N/A -
0t1dzhdfh0txh.js gzip 215 B 215 B
0vt7pofxnk8in.js gzip 10.1 kB N/A -
0w4gef~0ey-.js gzip 155 B N/A -
0zd5b_sf2_vue.js gzip 157 B N/A -
0zid7o0-vupvp.js gzip 225 B N/A -
10gpcvpfvfxg4.js gzip 162 B N/A -
11yo3xfd6b147.js gzip 12.9 kB N/A -
13.84hqxl_1p7.js gzip 9.76 kB N/A -
1554wr-t7p6z-.js gzip 8.55 kB N/A -
15c5y7myqvd04.js gzip 156 B N/A -
15tjst79~qy3_.js gzip 1.46 kB N/A -
15z_v00ne4ud0.js gzip 8.47 kB N/A -
17d_m3p4j9w6r.js gzip 5.62 kB N/A -
17yu~3yiu7d2m.js gzip 8.52 kB N/A -
18e1ds6m~f5-6.js gzip 65.7 kB N/A -
turbopack-08..47du.js gzip 4.14 kB N/A -
turbopack-0b..23-v.js gzip 4.16 kB N/A -
turbopack-0e.._vgk.js gzip 4.16 kB N/A -
turbopack-0i..rzm9.js gzip 4.16 kB N/A -
turbopack-0j..6gry.js gzip 4.16 kB N/A -
turbopack-0m..pj_9.js gzip 4.16 kB N/A -
turbopack-0s..37~p.js gzip 4.16 kB N/A -
turbopack-0v..zfjm.js gzip 4.16 kB N/A -
turbopack-0x..w_._.js gzip 4.16 kB N/A -
turbopack-12..d~sw.js gzip 4.16 kB N/A -
turbopack-12..rr7f.js gzip 4.17 kB N/A -
turbopack-13..r~nn.js gzip 4.16 kB N/A -
turbopack-14..49t7.js gzip 4.16 kB N/A -
turbopack-18..7vx5.js gzip 4.16 kB N/A -
0_ei5ub7.tu0m.js gzip N/A 156 B -
0_muivakldcfw.js gzip N/A 155 B -
01xmo5924p4ps.js gzip N/A 65.7 kB -
03t__~.5lvgeu.js gzip N/A 5.62 kB -
04d6ll75jqx3r.js gzip N/A 9.19 kB -
04sciyzc_-7vp.js gzip N/A 169 B -
0583exyh-yhc7.js gzip N/A 9.76 kB -
061mj8whnu4g4.js gzip N/A 161 B -
06aqf8ya.uui7.js gzip N/A 155 B -
072lv63r8dcz~.js gzip N/A 8.58 kB -
075t9dxgbf0m8.js gzip N/A 13.7 kB -
09_ytqa6slare.js gzip N/A 154 B -
09g238v92nlfo.js gzip N/A 156 B -
0ar1~bwpezfgw.js gzip N/A 13.3 kB -
0c99mq1ez2bke.js gzip N/A 450 B -
0cq-cmde_ws6u.js gzip N/A 8.47 kB -
0fwf102w10o9~.js gzip N/A 8.52 kB -
0gtmn.q_j1v5r.js gzip N/A 10.4 kB -
0h5~v-tahitcf.js gzip N/A 10.1 kB -
0i85sm0i~_x1y.js gzip N/A 48.8 kB -
0j12~n2ebec1b.js gzip N/A 154 B -
0m2qm781tt6xv.js gzip N/A 153 B -
0m8yz2-y.owhu.js gzip N/A 7.6 kB -
0mx6wz7gtmk9y.js gzip N/A 153 B -
0nclq9z6yzzm5.js gzip N/A 1.46 kB -
0nzumcogektg7.js gzip N/A 8.55 kB -
0p5sjual.nuis.js gzip N/A 13 kB -
0qrz~2a3yreiv.js gzip N/A 70.8 kB -
0s.c-cn5eebrx.js gzip N/A 8.47 kB -
0tna7lg6q4zne.js gzip N/A 12.9 kB -
0vbmj2pa8j6wz.js gzip N/A 155 B -
0votdfxr5fb5u.js gzip N/A 2.28 kB -
0ykl9bs_qj.5..js gzip N/A 8.52 kB -
0zfen0tnxp4gh.js gzip N/A 8.55 kB -
0zyhri9ts623v.js gzip N/A 154 B -
10wkq1h9jzkg..js gzip N/A 225 B -
13nv2fkalgs.js gzip N/A 162 B -
149ndfh8zfcaz.js gzip N/A 8.53 kB -
turbopack-0-..r~qt.js gzip N/A 4.17 kB -
turbopack-05..2i6r.js gzip N/A 4.16 kB -
turbopack-07..pu7j.js gzip N/A 4.15 kB -
turbopack-0d..rlt9.js gzip N/A 4.16 kB -
turbopack-0j..x1i0.js gzip N/A 4.16 kB -
turbopack-0r..lesm.js gzip N/A 4.16 kB -
turbopack-0t...oo2.js gzip N/A 4.15 kB -
turbopack-0t..gb09.js gzip N/A 4.16 kB -
turbopack-0u..lv3p.js gzip N/A 4.16 kB -
turbopack-0v..rb_b.js gzip N/A 4.16 kB -
turbopack-0w..1oou.js gzip N/A 4.16 kB -
turbopack-11..q9p9.js gzip N/A 4.16 kB -
turbopack-13..ry~-.js gzip N/A 4.16 kB -
turbopack-14..bmv9.js gzip N/A 4.14 kB -
Total 463 kB 463 kB ✅ -55 B

Server

Middleware
Canary PR Change
middleware-b..fest.js gzip 715 B 712 B
Total 715 B 712 B ✅ -3 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 433 B 430 B
Total 433 B 430 B ✅ -3 B

📦 Webpack

Client

Main Bundles
Canary PR Change
5528-HASH.js gzip 5.54 kB N/A -
6280-HASH.js gzip 60.6 kB N/A -
6335.HASH.js gzip 169 B N/A -
912-HASH.js gzip 4.59 kB N/A -
e8aec2e4-HASH.js gzip 62.7 kB N/A -
framework-HASH.js gzip 59.7 kB 59.7 kB
main-app-HASH.js gzip 257 B 254 B 🟢 3 B (-1%)
main-HASH.js gzip 39.3 kB 39.2 kB
webpack-HASH.js gzip 1.68 kB 1.68 kB
262-HASH.js gzip N/A 4.59 kB -
2889.HASH.js gzip N/A 169 B -
5602-HASH.js gzip N/A 5.55 kB -
6948ada0-HASH.js gzip N/A 62.7 kB -
9544-HASH.js gzip N/A 61.3 kB -
Total 235 kB 235 kB ⚠️ +693 B
Polyfills
Canary PR Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Total 39.4 kB 39.4 kB
Pages
Canary PR Change
_app-HASH.js gzip 194 B 194 B
_error-HASH.js gzip 183 B 180 B 🟢 3 B (-2%)
css-HASH.js gzip 331 B 330 B
dynamic-HASH.js gzip 1.81 kB 1.81 kB
edge-ssr-HASH.js gzip 256 B 256 B
head-HASH.js gzip 351 B 352 B
hooks-HASH.js gzip 384 B 383 B
image-HASH.js gzip 580 B 581 B
index-HASH.js gzip 260 B 260 B
link-HASH.js gzip 2.51 kB 2.51 kB
routerDirect..HASH.js gzip 320 B 319 B
script-HASH.js gzip 386 B 386 B
withRouter-HASH.js gzip 315 B 315 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Total 7.98 kB 7.98 kB ✅ -1 B

Server

Edge SSR
Canary PR Change
edge-ssr.js gzip 125 kB 125 kB
page.js gzip 270 kB 270 kB
Total 395 kB 395 kB ⚠️ +212 B
Middleware
Canary PR Change
middleware-b..fest.js gzip 617 B 614 B
middleware-r..fest.js gzip 156 B 155 B
middleware.js gzip 44.1 kB 44.1 kB
edge-runtime..pack.js gzip 842 B 842 B
Total 45.7 kB 45.7 kB ⚠️ +67 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 715 B 718 B
Total 715 B 718 B ⚠️ +3 B
Build Cache
Canary PR Change
0.pack gzip 4.3 MB 4.29 MB 🟢 7.4 kB (0%)
index.pack gzip 110 kB 110 kB
index.pack.old gzip 110 kB 110 kB
Total 4.52 MB 4.51 MB ✅ -7.17 kB

🔄 Shared (bundler-independent)

Runtimes
Canary PR Change
app-page-exp...dev.js gzip 334 kB 334 kB
app-page-exp..prod.js gzip 182 kB 182 kB
app-page-tur...dev.js gzip 334 kB 334 kB
app-page-tur..prod.js gzip 181 kB 181 kB
app-page-tur...dev.js gzip 330 kB 330 kB
app-page-tur..prod.js gzip 179 kB 179 kB
app-page.run...dev.js gzip 331 kB 331 kB
app-page.run..prod.js gzip 180 kB 180 kB
app-route-ex...dev.js gzip 76.2 kB 76.2 kB
app-route-ex..prod.js gzip 51.8 kB 51.8 kB
app-route-tu...dev.js gzip 76.2 kB 76.2 kB
app-route-tu..prod.js gzip 51.9 kB 51.9 kB
app-route-tu...dev.js gzip 75.8 kB 75.8 kB
app-route-tu..prod.js gzip 51.6 kB 51.6 kB
app-route.ru...dev.js gzip 75.8 kB 75.8 kB
app-route.ru..prod.js gzip 51.6 kB 51.6 kB
dist_client_...dev.js gzip 324 B 324 B
dist_client_...dev.js gzip 326 B 326 B
dist_client_...dev.js gzip 318 B 318 B
dist_client_...dev.js gzip 317 B 317 B
pages-api-tu...dev.js gzip 43.4 kB 43.4 kB
pages-api-tu..prod.js gzip 33 kB 33 kB
pages-api.ru...dev.js gzip 43.4 kB 43.4 kB
pages-api.ru..prod.js gzip 33 kB 33 kB
pages-turbo....dev.js gzip 52.8 kB 52.8 kB
pages-turbo...prod.js gzip 38.6 kB 38.6 kB
pages.runtim...dev.js gzip 52.8 kB 52.8 kB
pages.runtim..prod.js gzip 38.6 kB 38.6 kB
server.runti..prod.js gzip 62.5 kB 62.5 kB
Total 2.96 MB 2.96 MB ⚠️ +2 B
📎 Tarball URL
https://vercel-packages.vercel.app/next/commits/5a467fe808752f3cee584e44b1a1b334d4d8cf96/next


const isBun = !!process.versions.bun
const isDeno = !!process.versions.deno
if (!isBun && !isDeno) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use a positive test instead? isNode?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't check for process.versions.node because bun (and probably deno too, I didn't check) puts fake values there for compatibility reasons.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

@bgw bgw force-pushed the bgw/worker-threads-version-check branch from 6b66d82 to 5a467fe Compare March 23, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants