Skip to content

Commit 6146e2c

Browse files
committed
chore: bump development node version from 22.15.0 to 24.3.0
1 parent 2bc5a4f commit 6146e2c

File tree

3 files changed

+262
-458
lines changed

3 files changed

+262
-458
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
v24.3.0

packages/integration-tests/MyTestDirectory.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,6 @@ export const MyTestDirectorySchema = z.object({
108108
name: z.literal("symlink-test/"),
109109
type: z.literal("directory"),
110110
contents: z.object({
111-
a: z.object({
112-
name: z.literal("a/"),
113-
type: z.literal("directory"),
114-
contents: z.object({
115-
b: z.object({
116-
name: z.literal("b/"),
117-
type: z.literal("directory"),
118-
contents: z.object({
119-
c: z.object({ name: z.literal("c/"), type: z.literal("directory"), contents: z.object({}) }),
120-
}),
121-
}),
122-
}),
123-
}),
124111
"symlink-target.txt": z.object({ name: z.literal("symlink-target.txt"), type: z.literal("file") }),
125112
}),
126113
}),
@@ -162,9 +149,6 @@ export const testDirectoryFiles = z.enum([
162149
"subdirectory/subdirectory-file.txt",
163150
"subdirectory",
164151
"symlink-target.txt",
165-
"symlink-test/a/b/c",
166-
"symlink-test/a/b",
167-
"symlink-test/a",
168152
"symlink-test/symlink-target.txt",
169153
"symlink-test",
170154
".",

0 commit comments

Comments
 (0)