Skip to content

Commit ea8712a

Browse files
committed
Fix CSB CI Node version
1 parent f45a48c commit ea8712a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.codesandbox/ci.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"sandboxes": [
3-
"vanilla",
4-
"vanilla-ts"
5-
],
6-
"node": "14"
2+
"sandboxes": ["vanilla", "vanilla-ts"],
3+
"node": "16"
74
}

0 commit comments

Comments
 (0)