We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e6e11 commit f138a2bCopy full SHA for f138a2b
1 file changed
.github/workflows/sonar.yml
@@ -14,15 +14,13 @@ jobs:
14
uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- - name: Set up Node.js
18
- uses: actions/setup-node@v3
19
- with:
20
- node-version: '22'
21
- cache: 'pnpm'
22
- name: Setup pnpm
23
uses: pnpm/action-setup@v4
+ - name: Set up Node.js
+ uses: actions/setup-node@v4
24
25
- version: 10
+ node-version: 22
+ cache: 'pnpm'
26
- name: Install deps
27
run: pnpm install
28
- name: Run tests with coverage (LCOV)
0 commit comments