Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvuTF-008Rdt-IO for pgadmin-hackers@arkaria.postgresql.org; Thu, 26 Oct 2023 07:07:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qvuTD-00DlfY-IL for pgadmin-hackers@arkaria.postgresql.org; Thu, 26 Oct 2023 07:07:55 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvuTD-00Dldq-AO for pgadmin-hackers@lists.postgresql.org; Thu, 26 Oct 2023 07:07:55 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvuTA-002Mhk-HR for pgadmin-hackers@lists.postgresql.org; Thu, 26 Oct 2023 07:07:54 +0000 Received: from github.com (hubbernetes-node-aaf8156.ac4-iad.github.net [10.52.144.40]) by smtp.github.com (Postfix) with ESMTPA id 533221E063C for ; Thu, 26 Oct 2023 00:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698304071; bh=tXalPh1WgDERSwpZ62obDgGiQecJqu0+2O08G/TRDq4=; h=Date:From:To:Subject:From; b=TLM1nHieTyFtSuothSxII7yg1HNJ4eW7jWPO38XbgKliWUWizcxIvR/3GGwtdzvsL RtA86o+ypXnYSxf0k5wybR9cnDHTTcgjJUNAIMVhSnC547lqdSBnyNJJhuup2j5Ymv kxTGnJHSAXkLsGaNTab3TSc+tDdXmmX2EddbRG/o= Date: Thu, 26 Oct 2023 00:07:51 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] f50f79: Use yarn version 3.x as berry is taking version 4.... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: f50f799b88cf3056632729630a334e323936c669 https://github.com/pgadmin-org/pgadmin4/commit/f50f799b88cf3056632729630a334e323936c669 Author: Aditya Toshniwal Date: 2023-10-26 (Thu, 26 Oct 2023) Changed paths: M .github/workflows/run-javascript-tests.yml M Dockerfile Log Message: ----------- Use yarn version 3.x as berry is taking version 4.x now