Skip to content

Commit

Permalink
Merge pull request #12 from lapig-ufg/update-camadas
Browse files Browse the repository at this point in the history
update-camadas
  • Loading branch information
jairomr authored Sep 2, 2023
2 parents 9da3e11 + 952b966 commit 4bb2803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb2803

Please sign in to comment.