Skip to content

Commit

Permalink
Add node setup to Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jun 19, 2024
1 parent 3eb420e commit dc39edf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ jobs:
docker push ${{ secrets.DOCKERHUB_USERNAME }}/quiz-api
- name: Build UI
uses: actions/setup-node@v4
with:
node-version: lts/*
run: |
cd ./angular-ui
npm install
npm ci
npm run build
- name: Docker Build-Tag-Push Angular UI
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit dc39edf

Please sign in to comment.