From 19d623dc1abb3ef639c789eda1c10844aa44da1a Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:13:48 +1100 Subject: [PATCH] use 18 for CodeSandbox --- examples/custom-prisma-driver-adapter/sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }