Skip to content

Commit

Permalink
Merge pull request #739 from boarwell/drop-node-10
Browse files Browse the repository at this point in the history
Drop Node.js 10 support
  • Loading branch information
thornjad committed Oct 11, 2021
2 parents 8647245 + 860992b commit 8ca74b5
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 8ca74b5

Please sign in to comment.