Skip to content

Commit

Permalink
Drop Node.js 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
boarwell committed Oct 5, 2021
1 parent 02d6500 commit 6f7558e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
],
"man": "./doc/http-server.1",
"engines": {
"node": ">=6"
"node": ">=12"
},
"contributors": [
{
Expand Down

0 comments on commit 6f7558e

Please sign in to comment.