Skip to content

Commit f138a2b

Browse files
committed
chore: update Node.js setup action to v4 in SonarQube workflow
1 parent 97e6e11 commit f138a2b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- name: Set up Node.js
18-
uses: actions/setup-node@v3
19-
with:
20-
node-version: '22'
21-
cache: 'pnpm'
2217
- name: Setup pnpm
2318
uses: pnpm/action-setup@v4
19+
- name: Set up Node.js
20+
uses: actions/setup-node@v4
2421
with:
25-
version: 10
22+
node-version: 22
23+
cache: 'pnpm'
2624
- name: Install deps
2725
run: pnpm install
2826
- name: Run tests with coverage (LCOV)

0 commit comments

Comments
 (0)