Skip to content

Commit b779e7f

Browse files
committed
evict possibly bad cache
1 parent c8ba1a4 commit b779e7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
3-
"install": "npm install",
4-
"node": "16"
3+
"node": "12"
54
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@testing-library/jest-dom": "^5.11.6",
5252
"@types/react-dom": "^17.0.0",
5353
"dotenv-cli": "^4.0.0",
54-
"kcd-scripts": "^11.1.0",
54+
"kcd-scripts": "^11.2.2",
5555
"npm-run-all": "^4.1.5",
5656
"react": "^17.0.1",
5757
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)