From c57abab1124e0569a60d077ccbcc782a58dd565c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:39:58 +0000 Subject: [PATCH] chore(internal): fix tests failing on node v18 --- tests/uploads.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/uploads.test.ts b/tests/uploads.test.ts index 0fc3454..a118892 100644 --- a/tests/uploads.test.ts +++ b/tests/uploads.test.ts @@ -1,6 +1,7 @@ import fs from 'fs'; import type { ResponseLike } from '@gitpod/sdk/internal/to-file'; import { toFile } from '@gitpod/sdk/uploads'; +import { File } from 'node:buffer'; class MyClass { name: string = 'foo';