Skip to content

Commit

Permalink
Node 22 attempt in github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Jan 1, 2025
1 parent c45a406 commit f862736
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
run: |
cd frontend
pnpm run coverage
- name: Use Node.js
uses: actions/setup-node@v4
with:
projectBaseDir: frontend/
node-version: 22
cache: "pnpm"
- name: Scan Frontend
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit f862736

Please sign in to comment.