From 47326fb1cf17f81aa91c5e02dcb12caf98cf1167 Mon Sep 17 00:00:00 2001 From: Rohan <45748283+r100-stack@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:47:27 -0500 Subject: [PATCH] Cypress image 14 --- apps/react-workshop/scripts/run-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-workshop/scripts/run-tests.js b/apps/react-workshop/scripts/run-tests.js index 20917ade8bd..463dae6fe31 100644 --- a/apps/react-workshop/scripts/run-tests.js +++ b/apps/react-workshop/scripts/run-tests.js @@ -5,7 +5,7 @@ const spawn = require('child_process').spawn; const args = process.argv.slice(2).join(' '); -const IMAGE_NAME = 'cypress/included:13.8.1'; // https://hub.docker.com/r/cypress/included +const IMAGE_NAME = 'cypress/included:14.0.1'; // https://hub.docker.com/r/cypress/included // Need to use this script because current directory variable is different in different shells const dockerProcess = spawn(