Skip to content

Commit a1e1fad

Browse files
committed
Drop support for Node.js 8, 10. Add 16
See https://endoflife.date/nodejs
1 parent 8f64a0b commit a1e1fad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
node_version:
19-
- 8
20-
- 10
2119
- 12
2220
- 14
21+
- 16
2322
include:
2423
- os: windows-latest
2524
node_version: 14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/instant-markdown/instant-markdown-d",
1212
"engines": {
13-
"node": ">=8.0.0"
13+
"node": ">=12.0.0"
1414
},
1515
"main": "./src/cli.js",
1616
"preferGlobal": "true",

0 commit comments

Comments
 (0)