Skip to content

Commit beb487e

Browse files
committed
chore: bump min node version requirement for development
1 parent 51dfa65 commit beb487e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
5757

5858
## Development Setup
5959

60-
You will need [Node.js](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io) **version 8+**.
60+
You will need [Node.js](https://nodejs.org) **version 18.12+**, and [PNPM](https://pnpm.io) **version 8+**.
6161

6262
We also recommend installing [ni](https://github.com/antfu/ni) to help switching between repos using different package managers. `ni` also provides the handy `nr` command which running npm scripts easier.
6363

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
"engines": {
57-
"node": ">=16.14.0"
57+
"node": ">=18.12.0"
5858
},
5959
"devDependencies": {
6060
"@babel/parser": "^7.22.16",

0 commit comments

Comments
 (0)