Skip to content

Commit

Permalink
💥 drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Mar 23, 2021
1 parent ede30ae commit d4190e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
<<: *test
docker:
- image: circleci/node:12
node-10:
<<: *test
docker:
- image: circleci/node:10
prettier:
<<: *test
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "4.0.3"
},
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"files": [
"/bin",
Expand Down

0 comments on commit d4190e7

Please sign in to comment.