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

Commit 801dbab

Browse files
committed
docs: require Node.js 16 and NPM 8
BREAKING CHANGE: this updates the required Node.js and NPM version
1 parent 1249a65 commit 801dbab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
]
9595
},
9696
"engines": {
97-
"node": ">=14",
98-
"npm": ">=7"
97+
"node": ">=16",
98+
"npm": ">=8"
9999
},
100100
"release": {
101101
"branches": [

0 commit comments

Comments
 (0)