From 952b966b3ecc83600530fdab40a1640b7893caaa Mon Sep 17 00:00:00 2001 From: Jairo Matos da Rochal Date: Sat, 2 Sep 2023 19:58:39 -0300 Subject: [PATCH] update-camadas --- .github/workflows/homol.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homol.yml b/.github/workflows/homol.yml index ba6c38b..158a538 100644 --- a/.github/workflows/homol.yml +++ b/.github/workflows/homol.yml @@ -54,14 +54,14 @@ jobs: - name: Configurar Node.js uses: actions/setup-node@v2 with: - node-version: '14.2.6' + node-version: '16.2.6' - name: Build Server and client run: | npm set progress=false cd ${{ github.workspace }}/src/server && npm install cd ${{ github.workspace }}/src/client && npm install - npm install -g @angular/cli + npm install -g @angular/cli@14.2.6 cd ${{ github.workspace }}/src/client && ng build --stats-json --source-map=false --no-progress