Skip to content

Commit 97e6e11

Browse files
committed
chore: update Node.js and pnpm version requirements in package.json and sonar.yml
1 parent a4795dd commit 97e6e11

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sonar.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3
1919
with:
20+
node-version: '22'
2021
cache: 'pnpm'
2122
- name: Setup pnpm
2223
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
2326
- name: Install deps
2427
run: pnpm install
2528
- name: Run tests with coverage (LCOV)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"vitest": "^3.2.4"
101101
},
102102
"engines": {
103-
"node": ">=20"
103+
"node": ">=20",
104+
"pnpm": ">=9"
104105
},
105106
"repository": {
106107
"type": "git",

0 commit comments

Comments
 (0)