From 7ca2997970390cfecfbf8af61bb0db2ab1a4c48a Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:16:03 +0100 Subject: [PATCH] chore: update engine to node18 --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 38a11fd0b..e5e5db007 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -36,5 +36,5 @@ "/packages/docs/sandboxes/javascript/tabheight-dockview", "/packages/docs/sandboxes/javascript/vanilla-dockview" ], - "node": "16" + "node": "18" } \ No newline at end of file