Skip to content

Commit

Permalink
chore: Drop support for Node.js v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Node.js version 10 or later is required (dropped support for v6 and v8)
  • Loading branch information
medikoo committed Sep 1, 2021
1 parent 054f96f commit 3d190a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -55,5 +55,8 @@
"tsx",
"js"
]
},
"engines": {
"node": ">=10.0"
}
}

0 comments on commit 3d190a2

Please sign in to comment.