From 304e55353f90ac232cb4668079b3c97cf2df8288 Mon Sep 17 00:00:00 2001 From: Fernando Zanchetta <85318137+FernandoCZanchetta@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:53:26 -0300 Subject: [PATCH] Update dev-ci_cd.yml --- .github/workflows/dev-ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-ci_cd.yml b/.github/workflows/dev-ci_cd.yml index 2b38c52..d05ee8b 100644 --- a/.github/workflows/dev-ci_cd.yml +++ b/.github/workflows/dev-ci_cd.yml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'