We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4795dd commit 97e6e11Copy full SHA for 97e6e11
2 files changed
.github/workflows/sonar.yml
@@ -17,9 +17,12 @@ jobs:
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
24
+ with:
25
+ version: 10
26
- name: Install deps
27
run: pnpm install
28
- name: Run tests with coverage (LCOV)
package.json
@@ -100,7 +100,8 @@
100
"vitest": "^3.2.4"
101
},
102
"engines": {
103
- "node": ">=20"
+ "node": ">=20",
104
+ "pnpm": ">=9"
105
106
"repository": {
107
"type": "git",
0 commit comments