Skip to content

Commit 880fc15

Browse files
committed
chore: update node to 20
1 parent f059ba2 commit 880fc15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ there is no support for Vue 2, nor will there be any support in the future, sorr
122122

123123
### Prerequisites
124124

125-
- [Node.js v18+](https://nodejs.org/)
125+
- [Node.js v20+](https://nodejs.org/)
126126
- [pnpm](https://pnpm.io/)
127127

128128
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"engines": {
6-
"node": ">=18",
6+
"node": ">=20",
77
"pnpm": ">=9.0.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)