Skip to content

Commit

Permalink
feat(gatsby): bump node min version to 10.13.0 (gatsbyjs#22400)
Browse files Browse the repository at this point in the history
Drop node 8 support and bump min version to 10.13.0

Co-Authored-By: Dan Kirkham <herecy@live.co.uk>
Co-Authored-By: Ward Peeters <ward@coding-tech.com>
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Co-authored-by: Dan Kirkham <herecy@live.co.uk>
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
4 people committed Mar 20, 2020
1 parent 031ecef commit 25944d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,6 +50,6 @@
},
"types": "index.d.ts",
"engines": {
"node": ">=8.0.0"
"node": ">=10.13.0"
}
}

0 comments on commit 25944d7

Please sign in to comment.