Skip to content

Commit

Permalink
feat!: add engines.node field and node.js version check (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Oct 18, 2021
1 parent 9b2e6fa commit f9acd3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"@types/node-fetch": "^3.0.2",
"unbuild": "latest",
"vue-router": "3"
},
"engines": {
"node": "^14.18.0 || ^16.11.0"
}
}

0 comments on commit f9acd3c

Please sign in to comment.