Skip to content

Commit

Permalink
Merge pull request #3 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 fc98562 + e85e417 commit 950a78f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Configurar Node.js
uses: actions/setup-node@v2
with:
node-version: '16.4.2'

- name: Define a variável application_name
run: |
Expand Down Expand Up @@ -54,6 +50,11 @@ jobs:
- name: Create version.json
run: echo '{"commitId":"$LAST_COMMIT_HASH"}' > version.json

- name: Configurar Node.js
uses: actions/setup-node@v2
with:
node-version: '16.4.2'

- name: Build Server and client
run: |
npm set progress=false
Expand Down

0 comments on commit 950a78f

Please sign in to comment.