From ad8cf16fb0fc128b30be6de1eff5de4661646e88 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 11 May 2020 12:12:26 +0200 Subject: [PATCH] test: Downgrade 'jest' to v25, to maintain Node.js v8 support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bef293c..62ff5c9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.2.0", "husky": "^4.2.5", - "jest": "^26.0.1", + "jest": "^25.5.4", "lint-staged": "^10.2.2", "prettier": "^2.0.5", "sinon": "^8.1.1",