Skip to content

Commit

Permalink
Package.json: add engines.node
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed May 21, 2021
1 parent 416afbb commit 947fd4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"src/*"
],
"engines": {
"node": ">=14.13.1",
"yarn": ">=1.0.0"
},
"dependencies": {},
Expand Down

0 comments on commit 947fd4a

Please sign in to comment.