Skip to content

Commit cee5fa6

Browse files
Update node version requirements (#1052)
Co-authored-by: Shiv Bhonde <[email protected]>
1 parent b1da2ca commit cee5fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
Before you begin, you need to install the following tools:
2323

24-
- [Node (>= v18.18)](https://nodejs.org/en/download/)
24+
- [Node (>= v20.18.3)](https://nodejs.org/en/download/)
2525
- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))
2626
- [Git](https://git-scm.com/downloads)
2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"lint-staged": "^15.2.10"
5656
},
5757
"engines": {
58-
"node": ">=18.18.0"
58+
"node": ">=20.18.3"
5959
}
6060
}

0 commit comments

Comments
 (0)