Skip to content

Commit c385d70

Browse files
authored
ci: fixes codesandbox CI by setting node version in ci.json (#1616)
Note: the same thing was done in the past to fix the same problem for `drei` pmndrs/drei#417
1 parent d621fb2 commit c385d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.codesandbox/ci.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"sandboxes": ["/example"]
2+
"sandboxes": ["/example"],
3+
"node": "14"
34
}

0 commit comments

Comments
 (0)