Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 84703ed

Browse files
committed
docs: require Node.js 16 and NPM 8
BREAKING CHANGE: this updates the required Node.js and NPM version
1 parent ee23ad8 commit 84703ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
]
3333
},
3434
"engines": {
35-
"node": ">=14",
36-
"npm": ">=7"
35+
"node": ">=16",
36+
"npm": ">=8"
3737
},
3838
"release": {
3939
"branches": [

0 commit comments

Comments
 (0)