diff --git a/examples/custom-prisma-driver-adapter/sandbox.config.json b/examples/custom-prisma-driver-adapter/sandbox.config.json index 7a34682ee45..ecd53f91829 100644 --- a/examples/custom-prisma-driver-adapter/sandbox.config.json +++ b/examples/custom-prisma-driver-adapter/sandbox.config.json @@ -2,6 +2,6 @@ "template": "node", "container": { "startScript": "keystone dev", - "node": "16" + "node": "18" } }