Skip to content

Commit

Permalink
Drop support for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 12, 2021
1 parent ccd7d9d commit db798eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"release-it": "^14.0.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
"node": "12.* || 14.* || >= 16"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit db798eb

Please sign in to comment.