Skip to content

Commit

Permalink
Adding angular-ng to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Apr 4, 2024
1 parent 35c76fa commit 06f4eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
- name: deploy
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x
- run: npm i
working-directory: ./dynamic-mapping-ui
- run: npm install -g @angular/cli > /dev/null
working-directory: ./dynamic-mapping-ui
- run: npm run build --if-present
working-directory: ./dynamic-mapping-ui
- name: Zip Frontend
Expand Down

0 comments on commit 06f4eb9

Please sign in to comment.