Skip to content

Commit 6879dba

Browse files
committed
build: require node >=14.16
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c Signed-off-by: Lexus Drumgold <[email protected]>
1 parent bccec6e commit 6879dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"esbuild": "0.15.15"
156156
},
157157
"engines": {
158-
"node": ">=14",
158+
"node": ">=14.16",
159159
"yarn": "4.0.0-rc.14"
160160
},
161161
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)