Skip to content

Commit

Permalink
ci: force workaround to install angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jun 11, 2024
1 parent 9b17d98 commit 302a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
node --version
npm --version
- name: Install dependencies
run: npm ci --cache .npm
run: npm ci --cache .npm --force
working-directory: simulator-ui
- name: Lint
run: npm run lint
Expand Down

0 comments on commit 302a713

Please sign in to comment.