From 25e05de27d8fe3738cd0a86eb3a8cbaf79479e56 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 19 Jul 2023 18:22:45 +0530 Subject: [PATCH] Attempt to fix failing git action JS test case due to checksum error --- web/.yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.yarnrc.yml b/web/.yarnrc.yml index ca3fab7dd..8bcbbe9d5 100644 --- a/web/.yarnrc.yml +++ b/web/.yarnrc.yml @@ -1,5 +1,5 @@ nodeLinker: node-modules - +checksumBehavior: update logFilters: - code: YN0013 level: discard