Skip to content

Commit 54a1db2

Browse files
committed
Specify node at >=16.14.0 to appease vercel
1 parent ae655a8 commit 54a1db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14.2
1+
16.14.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"engines": {
25-
"node": ">=16.14.2"
25+
"node": ">=16.14.0"
2626
},
2727
"lint-staged": {
2828
"*.{js,ts,jsx,tsx}": [

0 commit comments

Comments
 (0)