Skip to content

Commit b8b1ca5

Browse files
committed
chore: Use highest possible Node.js version in Codesandbox
1 parent b4076a3 commit b8b1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"installCommand": "install:csb",
33
"sandboxes": ["github/kentcdodds/react-testing-library-examples"],
4-
"node": "20"
4+
"node": "18"
55
}

0 commit comments

Comments
 (0)