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 1r7YmP-005opx-7l for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 Nov 2023 10:23:53 +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 1r7YmN-00Casj-VE for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 Nov 2023 10:23:51 +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 1r7YmN-00CasT-M7 for pgadmin-hackers@lists.postgresql.org; Mon, 27 Nov 2023 10:23:51 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7YmL-007aK0-6A for pgadmin-hackers@lists.postgresql.org; Mon, 27 Nov 2023 10:23:50 +0000 Received: from github.com (hubbernetes-node-dd59358.ash1-iad.github.net [10.56.156.42]) by smtp.github.com (Postfix) with ESMTPA id CA5B7341029 for ; Mon, 27 Nov 2023 02:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701080627; bh=KUjvjjxjEd/v0LgvcG+Sxy8qcpjwq+aPq67gq8Vvgj4=; h=Date:From:To:Subject:From; b=SSQGe9/iV1GzQwQjf1LVH0raRWLATtwIAtmIbCzUP8sO2hdLaKG2p69G2/jcXhj1d UqU+KuBxz+tvIFsYt6U+KEmnvQBXVYh8zCl2nJshu90qWwL1R61HXGokgh+1eH+mLe bRO6pl/jJOh7rQQ/JhlTgTcGWveYfBz4dXuBN/Mw= Date: Mon, 27 Nov 2023 02:23:47 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 222e8c: Upgade yarn for Javascript style github workflow. 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: 222e8cc1f85733268a70675b8055278522f1a162 https://github.com/pgadmin-org/pgadmin4/commit/222e8cc1f85733268a70675b8055278522f1a162 Author: Khushboo Vashi Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M .github/workflows/check-javascript-style.yml Log Message: ----------- Upgade yarn for Javascript style github workflow.