Skip to content

Commit

Permalink
Add NPM install to SonarCloud action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 22, 2023
1 parent 0d66b45 commit 6df7631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: NPM install
run: npm ci --legacy-peer-deps

- name: Log debug information
run: |
npm --version
Expand Down

0 comments on commit 6df7631

Please sign in to comment.