Skip to content

Commit d90ce89

Browse files
committed
feat: update node version to v24
1 parent d1685b8 commit d90ce89

File tree

4 files changed

+135
-220
lines changed

4 files changed

+135
-220
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20
1+
24.11

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ The repository is structured as a monorepo, which allows for managing all the pa
3333

3434
#### Node.js
3535

36-
Before you begin, ensure you have `node: >= 22.20` installed on your system.
36+
Before you begin, ensure you have `node: >=24.11` installed on your system.
3737

3838
#### pnpm
3939

40-
This project uses `pnpm@10.17.1` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
40+
This project uses `pnpm@10.24.0` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
4141

4242
```bash
43-
corepack prepare pnpm@10.17.1 --activate
43+
corepack prepare pnpm@10.24.0 --activate
4444
corepack enable pnpm
4545
```
4646

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"license": "Apache-2.0",
2121
"type": "module",
2222
"engines": {
23-
"node": ">= 22.20"
23+
"node": ">=24.11"
2424
},
25-
"packageManager": "pnpm@10.23.0",
25+
"packageManager": "pnpm@10.24.0",
2626
"scripts": {
2727
"preinstall": "npx only-allow pnpm",
2828
"dev": "turbo run dev",
@@ -54,13 +54,13 @@
5454
"@commencis/ts-config": "0.0.2",
5555
"@commitlint/cli": "20.1.0",
5656
"@svitejs/changesets-changelog-github-compact": "1.2.0",
57-
"@vitest/coverage-v8": "3.2.4",
57+
"@vitest/coverage-v8": "4.0.14",
5858
"eslint": "9.39.1",
5959
"husky": "9.1.7",
6060
"lint-staged": "16.2.7",
6161
"prettier": "3.7.3",
6262
"turbo": "2.6.1",
6363
"typescript": "5.9.3",
64-
"vitest": "3.2.4"
64+
"vitest": "4.0.14"
6565
}
6666
}

0 commit comments

Comments
 (0)