Skip to content

Commit

Permalink
Update desktop-electron-sonarqube-missing-net-dependency.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Dec 1, 2024
1 parent 7083441 commit 266951f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64

- name: Set node version
uses: actions/setup-node@v4
with:
node-version: '22.x'

- name: Cache sonarqube packages (*nix)
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 266951f

Please sign in to comment.