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

Commit 77ed0db

Browse files
committed
fix: less strict Node.js/NPM version requirement
1 parent b00d7b6 commit 77ed0db

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": "16",
36-
"npm": "8"
35+
"node": ">=14",
36+
"npm": ">=7"
3737
},
3838
"release": {
3939
"branches": [

0 commit comments

Comments
 (0)