From 9fb0e929e1b852ab29ee742ec21ae1bc9f28cce5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 27 Jun 2024 09:54:00 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(typescript=5Ftest.yml):?= =?UTF-8?q?=20upgrade=20Poetry=20version=20from=201.8.2=20to=201.8.3=20for?= =?UTF-8?q?=20testing=20purposes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/typescript_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index 33b54bea7..dc937bd43 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -5,7 +5,7 @@ on: merge_group: env: - POETRY_VERSION: "1.8.2" + POETRY_VERSION: "1.8.3" NODE_VERSION: "21" PYTHON_VERSION: "3.12" # Define the directory where Playwright browsers will be installed.