From 3e3fd7f8e6ede2da9fed2f267dfcfd30382d9a97 Mon Sep 17 00:00:00 2001 From: Douglas Gusson Date: Fri, 22 Sep 2023 16:10:08 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20configura=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535e4b7..1910b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] - os: [ubuntu-latest, windows-latest, macOS-latest] + node: ['14.x', '16.x'] + os: [ubuntu-latest] steps: - name: Checkout repo