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 7e070ed commit f369c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion simulator-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci --cache .npm</arguments>
<arguments>ci --cache .npm --force</arguments>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit f369c62

Please sign in to comment.