Skip to content

Commit 392047a

Browse files
committed
chore: update node to v22
1 parent a63c02d commit 392047a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18
1+
22.14

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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: >= 20.18` installed on your system.
36+
Before you begin, ensure you have `node: >= 22.14` installed on your system.
3737

3838
#### pnpm
3939

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"type": "module",
2222
"engines": {
23-
"node": ">= 20.18"
23+
"node": ">= 22.14"
2424
},
2525
"packageManager": "[email protected]",
2626
"scripts": {

0 commit comments

Comments
 (0)