Skip to content

Commit

Permalink
fix(CI): Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnt2 committed Dec 9, 2024
1 parent 91610d0 commit 431db03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,19 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: 📦 Install constrained dependencies
working-directory: sw360-frontend
shell: bash
run: |
npm ci
- name: 🔄 Check for outdated dependencies
working-directory: sw360-frontend
shell: bash
run: |
npm outdated || echo "::warning title=Outdated dependencies::Some dependencies are outdated and need to be updated"
- name: Run linting
working-directory: sw360-frontend
shell: bash
run: |
npm run lint
Expand Down

0 comments on commit 431db03

Please sign in to comment.