Skip to content

Commit

Permalink
chore: drop support for Node.js v10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum supported Node.js version >= 12.0.0
  • Loading branch information
theoludwig committed Aug 17, 2021
1 parent eb01fba commit 629c023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tape": "^5.0.1"
},
"engines": {
"node": ">=10.12.0"
"node": ">=12.0.0"
},
"funding": [
{
Expand Down

0 comments on commit 629c023

Please sign in to comment.