Skip to content

Commit 3806d14

Browse files
committed
chore: pin engines.node to 22.x
Pins the runtime major (docs already runs on Node 22) and exercises the engines.node resolution path end-to-end after the builder fix.
1 parent 006b639 commit 3806d14

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
},
3939
"overrides": {
4040
"zod": "4.3.6"
41+
},
42+
"engines": {
43+
"node": "22.x"
4144
}
4245
}

0 commit comments

Comments
 (0)