Skip to content

Commit 8ca74b5

Browse files
authored
Merge pull request #739 from boarwell/drop-node-10
Drop Node.js 10 support
2 parents 8647245 + 860992b commit 8ca74b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [10.x, 12.x, 14.x, 16.x]
20+
node-version: [12.x, 14.x, 16.x]
2121
os: [ubuntu-latest, macOS-latest, windows-latest]
2222

2323
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"man": "./doc/http-server.1",
3131
"engines": {
32-
"node": ">=6"
32+
"node": ">=12"
3333
},
3434
"contributors": [
3535
{

0 commit comments

Comments
 (0)