Skip to content

Commit 947fd4a

Browse files
mrtnzlmlkodiakhq[bot]
authored andcommitted
Package.json: add engines.node
In preparation for native ES modules. We support only Node.js 14+ but specifically because of native ES modules we have to restrict it to Node.js version >=14.13.1. See: https://nodejs.org/en/blog/release/v14.13.0/
1 parent 416afbb commit 947fd4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"src/*"
66
],
77
"engines": {
8+
"node": ">=14.13.1",
89
"yarn": ">=1.0.0"
910
},
1011
"dependencies": {},

0 commit comments

Comments
 (0)