Skip to content

Commit b4076a3

Browse files
committed
chore: Use current Node.js release in CodeSandbox
1 parent afad996 commit b4076a3

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": "14"
4+
"node": "20"
55
}

0 commit comments

Comments
 (0)