From e5c4092509b8681561c8af08a67e08256df5d830 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 4 Feb 2021 17:32:38 +0800 Subject: [PATCH] test: fix codesandbox ci node version (#29228) --- .codesandbox/ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index f1a673ee16..32029757a5 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,3 +1,4 @@ { - "sandboxes": ["antd-reproduction-template-6e93z"] + "sandboxes": ["antd-reproduction-template-6e93z"], + "node": "14" }