From f2fa0be2d055fc093aee81826204d328e8ce9389 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 af3cb10c4..41c60e7c5 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -6,7 +6,7 @@ on: 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.