diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json
index d5850328..002bafb4 100644
--- a/.codesandbox/ci.json
+++ b/.codesandbox/ci.json
@@ -1,5 +1,5 @@
 {
   "installCommand": "install:csb",
   "sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
-  "node": "14"
+  "node": "18"
 }
diff --git a/package.json b/package.json
index 0b7f83d8..26a5f8e9 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
   "types": "types/index.d.ts",
   "module": "dist/@testing-library/react.esm.js",
   "engines": {
-    "node": ">=14"
+    "node": ">=18"
   },
   "scripts": {
     "prebuild": "rimraf dist",
@@ -46,7 +46,7 @@
   "license": "MIT",
   "dependencies": {
     "@babel/runtime": "^7.12.5",
-    "@testing-library/dom": "^9.0.0",
+    "@testing-library/dom": "https://pkg.csb.dev/testing-library/dom-testing-library/commit/cb57f999/@testing-library/dom",
     "@types/react-dom": "^18.0.0"
   },
   "devDependencies": {