From 3ab407672b0d35bf96f265b793fcf3aadd99221e Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Sat, 27 Apr 2024 23:11:09 -0400 Subject: [PATCH] using older version of retry cli --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9a6c47..ba9a824 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-extra": "^8.1.0", "mocha": "^6.2.2", "node-stream": "^1.7.0", - "retry-cli": "^0.7.0", + "retry-cli": "0.6.0", "symlink-dir": "^3.1.1", "unstyle": "^0.1.0", "xvfb-maybe": "^0.2.1"