Skip to content

Commit

Permalink
infra: correct ci sonarcloud with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Oct 29, 2024
1 parent 0ec44bb commit d76995f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: yarn
# - name: Install dependencies
# run: yarn
# - name: Test and coverage
# run: yarn jest --coverage
- name: SonarCloud Scan
Expand Down

0 comments on commit d76995f

Please sign in to comment.